Re: [PATCH] It's UTF-8



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/



Relevant Pages

  • Re: What have i to change ?
    ... > At boot i have the following message for these partitions ... utf8 is not a recommended IO charset for FAT filesystems, ...
    (alt.os.linux.suse)
  • Re: What have i to change ?
    ... > At boot i have the following message for these partitions ... utf8 is not a recommended IO charset for FAT filesystems, ...
    (alt.os.linux.suse)
  • File names, character sets and Unicode
    ... is there any way to determine what's the charset of filenames returned ... Possibly UTF-8 encoded Unicode, who knows. ... UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1: ... For instance zh_TW is BIG5 charset by default, ...
    (comp.lang.python)
  • Re: File names, character sets and Unicode
    ... is there any way to determine what's the charset of filenames returned ... Possibly UTF-8 encoded Unicode, who knows. ... For instance zh_TW is BIG5 charset by default, ... this is likely to cause pain until all file systems are ...
    (comp.lang.python)
  • Re: DBD::Oracle - prepare() and the utf-8 flag - revisited
    ... state of the utf8 flag in the SV for $stmt. ... on the client-side database character set (the NLS_LANG ... $b gives the correct result if the charset is utf-8. ... * Oracle assumes the SQL statement is in the default client character set ...
    (perl.dbi.users)