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

[RFC] Unicode character encoding for other-than-filenames?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Wed, 2 Apr 2008 00:51:45 +0200

Working on the NFC/NFD awareness of the Subversion client, I soon
realised this issue also affects URLs.

However, many of the textual identifiers we use in the client (such as
changelists) are also UTF-8 encoded. How should Subversion behave if a
user sets a changelist with NFC encoded characters and later (somehow)
tries to retrieve that same changelist using NFD encoded characters?
Giving an error message with the changelist name will look strange to
the user: the changelist identifier looks exactly the same to the
user.

So, do we have to do Unicode-aware string comparison for
other-than-filename-identifiers? If so, which ones?

Bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-02 00:51:58 CEST

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.