Re: [PATCH] It's UTF-8
- From: "Alexander E. Patrakov" <patrakov@xxxxxxxxx>
- Date: Mon, 09 Jan 2006 13:28:13 +0500
Alexey Dobriyan wrote:
if (!strcmp(opts->iocharset, "utf8")) {
printk(KERN_ERR "FAT: utf8 is not a recommended IO charset"
" for FAT filesystems, filesystem will be case sensitive!\n");
This warning better reads in such a way:
FAT: this is not the recommended filesystem for use with UTF-8 filenames.
Reason: the utf8 IO charset is the only IO charset that displays filenames properly in UTF-8 locales. So the choice is really between case-sensitive filenames (iocharset=utf8) and completely unreadable filenames (everything else).
-- Alexander E. Patrakov - 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/
- Follow-Ups:
- Re: [PATCH] It's UTF-8
- From: Krzysztof Halasa
- Re: [PATCH] It's UTF-8
- References:
- [PATCH] It's UTF-8
- From: Alexey Dobriyan
- [PATCH] It's UTF-8
- Prev by Date: Re: Why the DOS has many ntfs read and write driver,but the linux can't for a long time
- Next by Date: Re: [ANNOUCNE] GIT 1.1.0
- Previous by thread: Re: [PATCH] It's UTF-8
- Next by thread: Re: [PATCH] It's UTF-8
- Index(es):
Relevant Pages
|