[Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Uni
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7228 >
>
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=7228 >
>
> On Mon, Jan 12, 2004 at 12:58:16PM -0800, Vasco Alexandre da Silva Costa
> wrote:
>> > The relavant functions are: common/shared.c:is_sane_name() and
>> > common/shared.c:is_iso_latin1(). Basically is_iso_latin1 tests for the
>> > unused range 127-161 (~...á). I suspect that this function is
>> called
>> > with utf-8 data. The server doesn't use utf-8. But GTK2 does.
>>
>> You mean it didn't use to use UTF-8. IIRC the server uses UTF-8 with the
>> recent changes made in 1.14.1 to fix the UTF-8 locale bugs in the
>> server.
>
> Uhhh. Are you sure. Did I really miss this?
No, the server doesn't necessarily use UTF-8.
The data is stored in the rulesets in latin1, as before. On loading, it
is converted into the local character set. This may be latin1, utf-8, or
any other character set. The original data is one-character-per-byte but
after conversion it may not be.
jason
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Raimar Falke, 2004/01/12
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Vasco Alexandre da Silva Costa, 2004/01/12
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Vasco Alexandre da Silva Costa, 2004/01/12
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Raimar Falke, 2004/01/13
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?),
Jason Short <=
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Vasco Alexandre da Silva Costa, 2004/01/13
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Vasco Alexandre da Silva Costa, 2004/01/13
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Raimar Falke, 2004/01/14
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Jason Short, 2004/01/15
- [Freeciv-Dev] Re: (PR#7228) freeciv-client-gtk: City name problems (Unicode problem?), Vasco Alexandre da Silva Costa, 2004/01/15
|
|