Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Wed, Sep 17, 2003 at 10:21:54AM +0200, Lars Gullik Bj�nnes spake thusly:
>>
>> Martin Vermeer <[EMAIL PROTECTED]> writes:
>>
>> >> Do we have any static objects? (we shouldn't) Global objects?
>> >
>> | Yes! in gettext.C:
>> >
>> | 24 Messages & getLyXMessages()
>> | 25 {
>> | 26 static Messages lyx_messages;
>> | 27
>> | 28 return lyx_messages;
>> | 29 }
>> | 30
>> | 31 } // anon namespace
>>
>> Well... that one should be ok...
>>
>> | From the first three bytes, I would say 0xff, 0xff, 0xff, ... in other
>> | words, junk.
>>
>> and in the shell? LANG LANGUAGE etc?
what happens if you function call replace the default args with
N_(...)
and use _(...) where the vars are used?
Or remove the _(..) from the default args completely?
--
Lgb