Hi Richard,

back on my Linux machine I find so problems to run GNUstep with German
as the selected language:

fred@hugo:/usr/src/gnustep/usr-apps/examples/gui> LANG=de_DE
fred@hugo:/usr/src/gnustep/usr-apps/examples/gui> openapp
GSTest/GSTest.app/
03 30 19:20:27 GSTest[6203] File NSDictionary.m: 458. In [GSDictionary
-initWithContentsOfFile:] Contents of file
'/usr/GNUstep/System/Libraries/Resources/Languages/German' does not
contain a dictionary
fred@hugo:/usr/src/gnustep/usr-apps/examples/gui> LANG=en_GB
fred@hugo:/usr/src/gnustep/usr-apps/examples/gui> openapp
GSTest/GSTest.app/
fred@hugo:/usr/src/gnustep/usr-apps/examples/gui> LANG=fr_FR
fred@hugo:/usr/src/gnustep/usr-apps/examples/gui> openapp
GSTest/GSTest.app/
03 30 19:21:55 GSTest[6255] File NSDictionary.m: 458. In [GSDictionary
-initWithContentsOfFile:] Contents of file
'/usr/GNUstep/System/Libraries/Resources/Languages/French' does not
contain a dictionary

My feeling is that this is caused by some of your latest changes. Now a
property list file must either be ASCII or UTF8, while our language file
are still ISO Latin 1 encoded. Is there any simple method to convert
them? (recode, iconv ?) Or should we use the \U escape sequence here?

I am also wondering, why I am the first to have this problem. Did we
loose all our European users?

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to