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

Re: Problems with accents in filenames

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-20 17:52:24 CET

Vincent Lefevre <vincent+svn@vinc17.org> writes:

> So, if the path comes from the user input, it should be converted
> into UTF-8. However, if the path comes from the file system
> (e.g. when doing a recursive operation), no conversion should occur.

There is no difference between "user input" and "from the file
system".

  $ mkdir wc/bar
  $ mkdir wc/bar/`printf "foo\xe9\xe5"`
  $ LANG=en_GB svn add wc/bar

The awkward path has still got to be converted as the 8859-1 sequence
is not a valid UTF-8 sequence.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 20 17:53:10 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.