Hi, currently for some reason characters like Ä are showing up wrong on my site. Does anyone have any idea why? I've set the charset to utf-8 Thanks!
Use htmlentities() on your text for characters like Ä to be transformed in it's corresponding HTML entity Ä
The solution from Michellu are not really correct. You need to find out where is incorrect charset. Try to check: 1. Http header 2. html meta charset 3. database charset 4. connection to database must be also done in utf8 encoding (it can be made by querying "set names 'utf8'") After that steps everything must be ok.
thanks lucky and mechelly, it was when I was retrieving data from the database so great! I believe utf8 encoding the db connection should work
Also, try this absolutely amazing tool that converts character encoding. I found it not long ago after weeks of pulling my hair out doing a Japanese site coded with SHIFT-JIS. (Substitute the asterisks, I cannot post links yet ) h**p://kanjidict.stc.cx/recode.php