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