Re: Problems with accents in filenames
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-20 17:30:06 CET
Vincent Lefevre <vincent+svn@vinc17.org> writes:
> Creating a path in the working copy isn't user interaction. I want
How would that work? An ISO-8859-1 name may not be a valid UTF-8
Create a subdirectory with an "awkward" name
$ svnadmin create repo
Checkout two more working copies
$ LANG=en_GB svn co file://`pwd`/repo wc2 # "foo\xe9\xe5"
Essentially we are doing
$ printf "foo\xe9\xe5" | iconv --from ISO-8859-1 --to UTF-8
We have to do the first conversion because "foo\xe9\xe5" is not a
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Nov 20 17:30:56 2003 |
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.