I'm working on a site which handles user logins through Steam and some usernames can have weird characters in them and whenever I try to update/insert them I get the #1366 - Incorrect string value error. For example I had a query fail because of this:
What's the best way of handling this? Change the encoding? Filter them out?