I use PHP/mySQL combo and sometimes see foreign characters entered with some names. I see them stored properly in mySQL but when they output in a browsers there’s some garbage.
How to I support these on my website? I’m not trying to support all, just a few basic perhaps.
Example below:
é
You have to ensure that you’re correctly understanding
If any of these steps messes up, you’ll have problems at some point.
I suggest you use utf8 for everything you have control over.
FAQ for handling encoding in PHP