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

Re: case sensitivity questions - oh no!!

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-07-25 18:47:54 CEST

2005/7/25, Branko Èibej <brane@xbc.nu>:
> Such filesystems do one of two things:> a) Invent a "canonical" case-folding function that "works" in all locales> b) Use whichever locale happens to be in force to do the case folding
How to do caseless matching is part of the unicode standard. Seechapter 3.13 and 4.2. It also provides the neccessary conversiontables, i.e. this one:
http://www.unicode.org/Public/4.1.0/ucd/CaseFolding.txt
Norbert
Received on Mon Jul 25 18:57:34 2005

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.