Hello everyone!
Does anyone know how can i convert text like this ?Daμ, ???S , ??A?Asa??S to proper greek????
Thanks a lot!
GREEK ENCODING PROBLEM
-
- Posts: 4144
- Joined: Fri Mar 28, 2003 2:12 pm
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:
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
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"?>
Regards,
Sorin