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

Re: What do you Hate about Subversion?

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-18 21:35:33 CET

On Jan 18, 2007, at 04:41, B. Smith-Mannschott wrote:

> (*) The lack of support for accented characters in file names under
> Mac OS X because OS X uses decomposed unicode as UTF-8, while
> subversion assumes composed unicode as UTF-8.
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=2464

Well, no, Subversion does not assume any form of UTF-8. It just
accepts whatever form the client provides. And Linux and I guess
Windows clients supply composed UTF-8 to Subversion, so that's what
it stores. The difference between the Mac and Linux and Windows is
that Linux and Windows apparently accept and store any filename
thrown at them, whereas the Mac normalizes the filename to decomposed
UTF-8, and that's where the problems begin. If Subversion would
normalize all UTF-8 itself, the problem could be avoided.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 18 21:36:05 2007

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.