Page 1 of 1

GREEK ENCODING PROBLEM

Posted: Fri Nov 25, 2005 3:14 pm
by nioufis
Hello everyone!

Does anyone know how can i convert text like this ?Daμ, ???S , ??A?Asa??S to proper greek????

Thanks a lot!

Posted: Fri Nov 25, 2005 5:33 pm
by sorin_ristache
Hello,

First make sure the encoding is correct. If it is an XML file the right encoding must be set at the beginning, for example UTF-8:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
If it is not XML you have to set the encoding in Preferences. Then you have to set a font in Preferences able to display the non ASCII characters, for example Arial Unicode MS.

Regards,
Sorin