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

Re: Language settings (SWE to EN)

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-01-25 16:34:26 CET

Jakob EKlund wrote:
> Is there some way tochange the language on the SVN error messages, becaus
> they are in swedish and all non english characters are replaced with
> nubers like this:
>
> Fel vid verifiering av servercertifikat f?\195?\182r
> "https://prophet.telge.kth.se:443":
>
> I understand swedish but the "?\195" stuff is really irritating.

There are several ways to change that, but it depends on your environment/OS.
The above seems like SVN tried to output a UTF-8 sequence but you shell
didn't understand it. It therefore just wrote the byte-value of each part of
the sequence which is where the 195 and 182 come from.
Now, what you can do is configure the locale to understand UTF-8 or you could
switch the language to neutral so SVN uses english messages and plain ASCII.

Still, how to do that depends on your system.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 25 16:40:58 2005

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

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