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

Re: Are log messages Unicode?

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: Thu, 3 Jul 2008 17:12:14 -0500

The repository stores all log messages as UTF8, and they travel that
way to the clients. The clients are responsible for converting UTF8
to the native locale. Thus, if a user has latin-1 set as a native
locale, that's what 'svn log' will show him. For more info, see:

   http://svnbook.red-bean.com/nightly/en/svn.advanced.l10n.html

On Thu, Jul 3, 2008 at 4:57 PM, Barry Scott <barry_at_barrys-emacs.org> wrote:
> In pysvn I have assumed that log messages are in UTF-8 and decode them to
> unicode.
>
> A user has reported that their logs are in latin-1 and fail to decode as
> UTF-8.
>
> Did I make a bad assumption?
>
> Barry
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-04 00:12:47 CEST

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.