You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2004/05/22 22:37:06 UTC

Re: [Issue 1874] New - [PATCH] Subversion UTF-8 internals & gettext (using bind_textdomain_codeset)

On Fri, 21 May 2004 mthelen@tigris.org wrote:

> http://subversion.tigris.org/issues/show_bug.cgi?id=1874
>                   Issue #:|1874
>                   Summary:|[PATCH] Subversion UTF-8 internals & gettext (using
>                           |bind_textdomain_codeset)

We have the .po (translation) files encoded in UTF-8 and force gettext to
not do any translation, so I think this is unnecessary.

If we want to do this (and get rid of an ugly warning from msgfmt), we
also need to:
- check for the availability of bind_textdomain_codeset at ocnfigure time
- in that case, skip the intermediate .spo step, where the Content-type:
is stripped.

This isn't very important, so I think this issue could be closed.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org