Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2002:
[Freeciv-Dev] Re: main map have gtk1.2 font problem (i18n) (PR#1606)
Home

[Freeciv-Dev] Re: main map have gtk1.2 font problem (i18n) (PR#1606)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: main map have gtk1.2 font problem (i18n) (PR#1606)
From: SAWADA Katsuya <ama@xxxxxxxxxxx>
Date: Wed, 26 Jun 2002 18:55:26 +0900

Vasco Alexandre Da Silva Costa <vasc@xxxxxxxxxxxxxx> writes:
>> > I will try to make the client work with EUC-JP. Could you please post a
>> > screenshot of how the client looks with the EUC-JP locale somewhere?
>> Thank you. I put
>> ftp://ftp.freeciv.org/pub/freeciv/incoming/screenshot-i18n-problem.tar.gz
>
>> include:
>> filename                                    Can I read?
>> lang-eucjp-1.png             Terminal       yes
>> lang-eucjp-2.png             Dialog         no
>> lang-eucjp-3.png             Main map       no
>> lang-utf8-1.png              Terminal       no
>> lang-utf8-2.png              Dialog         yes
>> lang-utf8-3.png              Main map       yes(except message window)
>> lang-utf8-with-u8term-1.png  UTF8_Terminal  yes
>
> The screenshots are great. Thank you. To fix the message window problems
> try changing in 'data/freeciv.rc-2.0' all entries that are like this:

I mean, server and client communicate message.
You are using
    g_convert(src, -1, "ISO-8859-1", "UTF-8", NULL, &len, NULL);
    g_convert(src, nsrc, "UTF-8", "ISO-8859-1", NULL, &len, NULL);
, so I can use only LANG=C server. I tested server with ja_JP.eucJP or 
ja_JP.UTF-8. 


I dug old mailing list archive, and I found good solution.

Subject:  Client Side Translation
http://arch.freeciv.org/freeciv-dev-200110/msg01184.html


>
> "Console 10"          "Console Bold 12"
>
> to:
>
> "Monospace 10"                "Monospace Bold 12"
>
> Does that fix it? By the way, after changing the fonts like i said above,
> do you still get those "WARNING **" messages in the console?

Anyway, I tried new freeciv.rc-2.0 in CVS-1.6 instead you writing.

Unfortunately still I get warning message. I suspect it is my environment
problem because when I tried to execute glade-2, I get same warning
message. 

** (glade-2:14041): WARNING **: Cannot load font for XLFD 
'-kochi-gothic-medium-r-normal--8-*-*-*-*-*-jisx0201.1976-0


I am fighting to solve the font problem.

-- 
SAWADA Katsuya


[Prev in Thread] Current Thread [Next in Thread]