Re: UTF-8 in file systems? xfs/extfs/etc.

From: Matthias Urlichs
Date: Mon Feb 09 2004 - 08:42:52 EST


Hi, Nico Schottelius wrote:

> What Linux supported filesystems support UTF-8 filenames?

Filenames, to the kernel, are a sequence of 8-bit things commonly
called "bytes" or "octets", excluding '/' and '\0'.

=> Answer: "All of them". (Or at least ext2/reiser ;-)

> Looks like at least xfs and reiserfs are not able of handling them, as
> Apache with UTF-8 as default charset delievers wrong names, when accessing
> files with German umlauts.

That's an Apache bug, and/or a problem with your Apache configuration.
Talk to Apache people.

--
Matthias Urlichs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/