This topic is locked

UTF8 messages

1/26/2010 7:42:38 AM
PHPRunner General questions
A
aalekizoglou author

Hi,
I am using UTF8 Output Code Page with Greek language and Greek Regional settings. All messages coming out of Greek.lng and labels from the Label editor show up correctly in the browser with UTF8 codepage. Also if I open up the relevant .php fiels the messages and labels are stored as UTF8 correctly (2 bytes).
If I try to write a message from the editor and/or regexp validation message with Greek characters those are not shown correctly in the browser. They rather show up as ANSI characters with question marks ?. Also if I open up the relevant .php files those messages are stored as ANSI characters.
Should I be using utf8_encode($message) for that purpose? But utf8_encode is only valid for ISO_8859_1 chars, as I understand.
Any help?
QUALISYS SOFTWARE

Athanasios Alekizoglou

J
Jane 1/27/2010

Athanasios,
thank you for pointing me to this bug.

We'll fix it in the next update.

M
muhtar 2/18/2010

Hi there,

I have a similar question.

May there be utf8 language variations? I mean utf8_chech, utf8_danish, utf8_turkish, even utf8_general_ci.

This might be important in the case-insensitive projects.

Sincerely,

Muhtar.