0
votes
Classic ASP gremlims, getting a  inserted into text whenever an HTML special character is used
® is what ® looks like if it's stored as UTF-8, but displayed as ASCII/ISO-8859-1/Windows-1252. Using the meta tag is not enough to make sure your page is being served as UTF-8. You w …
1
vote
How to get   to behave properly using HTML Purifier?
The non-breaking space isn't being saved in your database as one weird foreign character, it's being saved as two characters. The Unicode non-breaking space character is encoded in UTF-8 a …
1
vote
Convert GB2312 to UTF-8
I might be thinking a bit too simple here, but if it's just this one plain text file, you could try the following:
Replace all & by &, all …
1
vote
Detecting encoding conversion problems
How exactly are you doing the conversion?
The whole copying-from-Word problem is something I've come across more often, but it should really be easy to solve.
Those chararacters you …
