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

Re: svn: Can't convert string from native encoding to 'UTF-8'

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2006-05-02 17:53:45 CEST

Marcus Rueckert wrote:
> this requires proper locale setup.

# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

Kindly point me in the right direction?

(Does this mean that if I decide that names in my filesystem are
Russian, then I'll _have to_ watch Russian error messages from
Subversion?)

> debian?:)

No, I'm more masochistic than that. Gentoo ;-).

Malcolm Rowe wrote:
> It did. It's in octal, and reads something like '–kx–kx' (the
> dashes are en dashes), assuming your native charset is Windows-1252.

Thanks! :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 2 17:54:14 2006

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.