• Howdy,
    I have been using wordpress for ages, and first of all I have to say – Thank you for such a kick ass script, it has saved my life – but anyhow for some strange reason I seem to be getting strange charachters in different places, such as when I do this “é” I will get a €, and things like that for an example visit this blog I host
    http://sc.ferghal.com
    or my own http://www.ferghal.com/index.php
    Is there anyway to fix it?

Viewing 1 replies (of 1 total)
  • Your characters are encoded in utf-8 (unicode, good thing) but the html produced by your index.php says iso-8859-1 (the “old” Latin1 encoding).
    How does your index.php get the charset? Do you use the default <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> ? In this case, go to your options in the admin screen (as admin) and change everything back to utf-8. Or did you put iso-8859-1 in by hand? Then change it!

Viewing 1 replies (of 1 total)

The topic ‘Problem with some charachters’ is closed to new replies.