Bugs item #632607, was opened at 2002-11-02 07:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428680&aid=632607&group_id=40696

Category: source compiling issue
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sergey Vlasov (vsu)
Assigned to: Nobody/Anonymous (nobody)
Summary: translations aren't built with glibc 2.2

Initial Comment:
The 'gencat' program since glibc 2.2.x requires setting
the proper locale before compiling the message catalog
file; without this it produces lots of messages like this:

Translation.m:3: invalid character: message ignored

The produced file does not contain any translations
with non-ASCII characters and therefore is unusable.

This problem can be solved by setting LC_ALL to the
locale name for which the translations are compiled.
Compiling different translations with the same locale
settings does not work - especially if multibyte
encodings are used (ja_JP and ko_KR).

I'm not sure what will happen on the other systems,
however...

----------------------------------------------------------------------

>Comment By: Sean 'Shaleh' Perry (shaleh)
Date: 2002-11-03 16:06

Message:
Logged In: YES 
user_id=37132

I was under the impression this was only true if you left the locale to C, 
even setting it to en_US seems to quiet the messages. 
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428680&aid=632607&group_id=40696

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to