• Hi, I have code page problem – still not solved. My MySQL database runs in iso-8859-2, the index page is also in iso-8859-2, but when I post any article on WordPress Post screen, it’s saved with question marks instead of some Slavonic characters.
    How can I repair this? How WordPress encodes the extended characters?
    Blog URL is http://blok.rozanek.cz/.
    The index.php produces ISO-8859-2, this code page is also set in the Options screen. I enter the characters manually on Post screen.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Mmm.. you should have something like this
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    specifying the charset you are using, it is a “default” line in the index.php code but i dont see it in you blog.. you might as well just add it in the “head”
    -hvk

    I see you’ve fixed it by changing th charset in the header.

    Thread Starter Anonymous

    No, it’s NOT fixed, I must repair each article directly in MySQL db.

    Hm. If you enter the posts manually, this is very strange indeed. But if this is the case, why didn’t you leave it everything in utf-8? What does the source of your wp-post screen say?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Code page problem once again’ is closed to new replies.