Encoding problem (Hebrew UTF8) in WordPress

Posted by Tal Galili on Stack Overflow See other posts from Stack Overflow or by Tal Galili
Published on 2010-05-12T08:50:03Z Indexed on 2010/05/12 8:54 UTC
Read the original article Hit count: 251

Filed under:
|
|
|

Hi all,

I have a blog (of a friend) I am failing to fix:

http://www.nivcalderon.com/

The language of the website is Hebrew, but the encoding scrambles the output, and I can't find how to fix it.

I tried changing the DB colliation to be utf8_general_ci.

I added this:

define('DB_COLLATE', 'utf8_general_ci');

To the wp-config (and also this: define('DB_CHARSET', 'utf8'); But removed it later, since it didn't seem to fix the problem)

Any ideas of what else to do ?

Thanks

© Stack Overflow or respective owner

Related posts about mysql

Related posts about encoding