Please go here to see my problem, its within the card on the left hand side of the page: http://gumonshoe.net/magic/card/?card=258
Apostrophes are getting converted to ascii it looks like from various foreign text formats. I've seen this, but since I'm using american english which is probably the basic defaults I can't reproduce the error to test it.
I figure there's got to be a correct way to be passing the characters around, I just don't know what it is.
The answer I'm looking for will tell me where in this chain things are getting messed up.
User Form on web page for input >>
javascript method >>
php >>
mysql
As far as I can tell this is happening in PHP. Its definitely wrong in the database by the time it gets there.
I'd be most happy with a solution that fixes everything from this point on, rather than a patch to fix what's in the db already as I can just find/replace those instances easily enough.
Thanks for all the help. Searching gave me mixed results, but I couldn't find anything that outright seemed identical to my problem and explained it from the basics up.
Again, thanks much!
Does it have anything to do with this:
mb_internal_encoding