Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2000:
[Freeciv-Dev] Re: patch: gtk client's locale
Home

[Freeciv-Dev] Re: patch: gtk client's locale

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: amanatto@xxxxxxxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: patch: gtk client's locale
From: Jeff Mallatt <jjm@xxxxxxxxxxxx>
Date: Sun, 21 May 2000 15:44:44 -0400

At 2000/05/21 15:33 , amanatto@xxxxxxxxxxxxxxxx wrote:
>Jeff Mallatt <jjm@xxxxxxxxxxxx> writes:
>
>> >> >Please merge this patch. Otherwise, Japanese character was breoken.
>> I've posted a patch which includes your patch, plus calls setlocale() for
>> all clients and the server.  If there are no problems with it, I'll commit
>> it to the CVS in a few days.
>
>I attach and test freeciv-dev's your patch. It looks like no problem
>about running program. But, I worry that it call setlocale twice. it
>is not clear.
>
>Example, civserver
>(1st time): server/civserver.c:main() call common/shared.c:init_nls()
>       and  common/shared.c:init_nls() call setlocale()
>call setlocale.
>(2nd time): server/civserver.c:main() call setlocale()  # (this is your
patch)

Damn.  I did look for existing calls to setlocale(), but I missed it.

Thanks!

Please ignore my patch.

jjm




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: patch: gtk client's locale, Jeff Mallatt <=