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