[Freeciv-Dev] Re: (PR#14744) Invalid string conversion from UTF-8 to .
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14744 >
Daniel Markstedt wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=14744 >
>
>>[jdorje - Fri Dec 02 17:19:10 2005]:
>>
>>Daniel Markstedt wrote:
>>
>>
>>>The reason is probably that S2_0's ja.po is for some reason encoded in
>>>Shift_JIS (not the case in HEAD)
>>
>>Unless you have a buggy gettext, that cannot be the problem.
>
> You're right. Now I'm getting these warnings with HEAD in Swedish locale.
>
> Probably related to my other gettext issues.
Make sure you $LANG is set right. Output on the server command line is
done in the local encoding, which is whatever you set your terminal to.
If this is unset, it will be "C" encoding which is basically ascii,
and there's no way to convert non-ascii characters to ascii.
-jason
|
|