Messages in this thread |  | | | Subject | Re: UTF-8 and case-insensitivity | | Date | Thu, 19 Feb 2004 01:06:35 +0100 | | From | Pascal Schmidt <> |
| |
On Thu, 19 Feb 2004 00:40:21 +0100, you wrote in linux.kernel:
> Because a large number of file operations are on filenames that don't > exist. I have to *prove* they don't exist. That includes:
Evil question: do you need to be case-preserving? 'Cause if not, you could simply squash all incoming filenames from case-insensitive clients to some canonical form (say, all lower-case) and use that.
-- Ciao, Pascal - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |