Hi,

my *.po files are utf8 encoded. When I use GTK2 and Linux this is no problem.

Translation is done by:
TranslateUnitResourceStrings('myunit', myunit.%s.po', 'de', '');

I looked into lcl/translations.pas and it seems that every resourcestring is 
converted by UTF8ToSystemCharSet();
But when I run my program under windows all lables that include äüü characters 
are empty.
How can I translate it the right way?

Sebastian

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to