[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: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2003-11-24 16:45:47 CET

On 2003-11-24 08:52:13 -0600, kfogel@collab.net wrote:
> I think Vincent knows this, and that what he means by "somewhat
> compatible" is that for some strings in some languages, the UTF-8
> encoding and the UTF-16 encoding will be exactly the same sequence
> of bytes.

Not exactly. I mean that using the BOM in UTF-16, one can detect
when a string is in the UTF-8 encoding and when it is in the
UTF-16 encoding (and in the UTF-16 case, one can also detect the
endianness). So a consistent API can be designed to work with both
UTF-8 and UTF-16; they don't clash with each other.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 24 16:47: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.