Russian encoding in mobile skin

Forum for questions and support relating to the 1.24.x releases only.
Locked
AND
Posts: 6
Joined: Wed Jul 28, 2010 10:26 am

Russian encoding in mobile skin

Post by AND »

Hi

I`ve changed language to ru-ru and everything gonna be all right but i try the mobile skin... there was non-readable symbols. the page generates with iso-8859-1; in ru-ru.php in header charset=koi8-r. i`v try to recode ru-ru.php to utf-8 and comment header line...




Help me please? where i can change encoding
How to configure it rightly.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

it is in your php.ini file
AND
Posts: 6
Joined: Wed Jul 28, 2010 10:26 am

Post by AND »

I changed php.ini with defauld_charest koi8-r, but it didn`t help.
in sorce cod of page http://example.com/zm/index.php?skin=mobile
there is "<xml>"
and so it`s symbols...

phpinfo said path to php.ini is right
apache has been restarted

P.S. I apologize for my terrible English
AND
Posts: 6
Joined: Wed Jul 28, 2010 10:26 am

Post by AND »

functions.php
string 36

Code: Select all

 echo( '<xml>'."\n" ); 
Locked