[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Language negotiation and localization of server-generated messages (see URL!)

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2005-06-02 22:50:05 CEST

>>You seem to imply that my code depends in some way on GNU gettext code.
>>That's not true. Of course there's a dependency on msgfmt for creating
>>the .mo files, but that's already the case in Subversion. Using an
>>accepted file format for message catalogs is not a downside, is a plus!
>>
>>
>But is that file format the same in non-GNU gettext implementations? Else
>we start depending on GNU gettext, and can't use the systems's gettext
>anymore.
>
>

Oh, you are right. I've missed that. The .mo format is gettext specific.

But I see no other way. System implementations work with a per-process
locale. The only option I see other than forcing GNU's gettext
everywhere is to fork a child for each locale and delegate gettext
invocation to these childs...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 2 22:51:02 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.