Bug#483781: Ответ: Bug#483781: FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!

2008-06-03 Thread jidanni
OK, thank you for documenting the test cases. (No wonder I never stumbled into problems: I use Chinese, which probably has very few upper/lower case pairs.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#483781: Ответ: Bug#483781: FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!

2008-06-02 Thread Alexander E. Patrakov
Testcases for case-sensitivity: dd if=/dev/null of=floppy.img seek=2880 mkfs.msdos floppy.img mkdir /mnt/image # These iocharset and codepage settings are valid for Russia mount -o loop,iocharset=utf8,codepage=866 floppy.img /mnt/image echo bad /mnt/image/Æ echo good /mnt/image/æ ls /mnt/image