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

Re: mangled ?\nnn encoding; os.popen; only in hook script

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-22 12:25:43 CEST

On May 22, 2006, at 12:02, B. Smith-Mannschott wrote:

[snip]

> _U ?\195?\188bermittlung.txt
> _U ?\195?\188bermittlung2
> _U FOO

[snip]

I believe the solution is to set the LANG environment variable in
your script? In a shell script that would be:

export LANG=en_US.utf8

or whatever charset you're using. As far as I know, it doesn't matter
if you use a UTF-8 locale or not, it just matters that you set *some*
locale so that Subversion knows what you're using so it can convert
from that to UTF-8.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 22 12:27:24 2006

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.