dzone

Topic: Problem with Cyrillic words in v1.8

Hello, I am just testing the new version before upgrade my production site. I found that if I change my site HTML title from Admin Settings, in the frontend it looks like this:
Ñ�еÑ�Ñ�Ñ�Ñ�Ñ�Ð
The same thing is when changing the Meta Keywords and description from admin panel.
In DB it is OK?
Where is the problem?
Thanks Jobbers smile

Last edited by dzone (2009-09-20 08:34:13)

putypuruty

Re: Problem with Cyrillic words in v1.8

Hi!

This is a recently introduced bug (by me, actually neutral).

Open page_home.php, scroll to the end of the file and replace htmlentities with htmlspecialchars (this should appear 3 times, so be sure to replace all of them).

dzone

Re: Problem with Cyrillic words in v1.8

Thank You!

Cheers!