This topic is locked

Character Set (UTf-8)

5/20/2009 6:56:11 AM
PHPRunner General questions
P
phprunneruser author

hi,
i'm using PHPRunner. My database's character set is UTF-8 .

i have set the character set UTF-8 in 'include/dbcommon.php'.

But still some charachet are not displayed properly like: µ,², etc.
Please help.

Thanks in advance.
S

A
acpan 5/27/2009

i too encountered utf-8 problem with 5.1, specifically display chinese characters.
When i used 5.0, i inserted the utf-8 into dbcommon file.

worked fine and display correctly.
After upgarded to 5.1, i selected utf-8 at phpr MISC serction and generated

and tried, it does not display correctly.
Is this a known issue ?
acpan

A
acpan 5/27/2009

i too encountered utf-8 problem with 5.1, specifically display chinese characters.

When i used 5.0, i inserted the utf-8 into dbcommon file.

worked fine and display correctly.
After upgarded to 5.1, i selected utf-8 at phpr MISC serction and generated

and tried, it does not display correctly.
Is this a known issue ?
acpan


if i select ISO instead at MSIC and generate and replace manually

to utf-8 in the dbcommon file, then it worked.

A
acpan 5/27/2009



if i select ISO instead at MSIC and generate and replace manually

to utf-8 in the dbcommon file, then it worked.


Just to add, for 5.1:
MISC Section character setting = utf-8

It was ok at the main list page, i.e. display correctly.

When click at the child list, it does not display correctly.
MISC Section character setting = ISO

It was ok at the main list page, i.e. display correctly.

click at the child list, it also displays correctly.

But the labels display wrongly.
Just to add, for 5.0:

MISC Section character setting = ISO

replace DBcommon with utf-8, all are ok.