[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-24 02:16:16 CET

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

> No, this won't cause any problem if the UTF-8 encoding is always chosen.

You keep avoiding my question. I have "foo\xe9" on disk. I want to
use "foo\xe9" as a filename. How do I do that if you impose UTF-8?

> ROX-Filer (and GNOME applications) chose to encode the filenames in
> UTF-8. If you are not convinced, try...

I used Gnumeric and put fooé into the File->Save... dialog

  $ LANG=en_GB gnumeric
  $ ls | od -tx1 | head -1
  0000000 66 6f 6f e9 2e 67 6e 75 6d 65 72 69 63 0a

That's 8859-1.

  $ LANG=en_GB.UTF-8 gnumeric
  $ ls | od -tx1 | head -1
  0000000 66 6f 6f c3 a9 2e 67 6e 75 6d 65 72 69 63 0a

That's UTF-8.

Gnumeric behaves like Subversion. I am not going to discuss this
further.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 24 02:16:51 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.