This topic is locked

Encoding problems again

7/15/2007 5:46:35 AM
PHPRunner General questions
R
robotslover author

Dear All,

Im using phprunner 3.1 with mysql database that has arabic data. The system is working fine with the charset changed to utf-8. I decided to change the pages interface to arabic cause all the records are in arabic. At this point, the interface became arabic, but the data is garbage characters...i changed the charset to utf-8, but it seems that either the interface or the data can be in arabic and the other appears as garbage. is there any enoding field that i can change to fix this problem?
thanks.

Alexey admin 7/16/2007

Hi,
since you changed your application encoding to utf-8 modify the interface messages as well.

Open Arabic.lng file in C:\Program Files\PHPRunner\lang folder with Notepad then choose Save As - Encoding: UTF-8

Or change its encoding with any other tool.
Then rebuild your project.

R
robotslover author 7/17/2007

thanks for the reply..i did it, but still the interface language of the page is garbage characters.
thanks.

S
spitraberg 11/25/2008

thanks for the reply..i did it, but still the interface language of the page is garbage characters.

thanks.


add this tag to all html pages in temple folder of phprunner in program files

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />