On Wed, 29 Aug 2007, David Kastrup wrote: > > > > Does the filesystem compare 'ß' and 'ss' as equal? You really cannot > > tell. > > Those two are actually known to be different. You don't realize how buggy things are? The most common way to do case-insensitivity is to basically pick a common case, and compare it in that common case. And if you use that algorithm, them 'ß' and 'ss' are equal in a case-insensitive filesystem. Does anybody do that? I don't know. But I sure as hell wouldn't be surprised. Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html