Re: [Patch] Windows CP1250 support

Petr Vandrovec (VANDROVE@vc.cvut.cz)
Thu, 29 Nov 2001 17:52:49 MET-1


On 29 Nov 01 at 17:06, Petr Titera wrote:
>
> Linux contains two codepages for Central European languages (CP852 and
> iso8859-2) but neither one is correct for character encoding used in
> Central European version of Windows (which uses Microsoft's CP1250).
> This patch adds support for this codepage.

> + If you want to display filenames with native language characters
> + from the Microsoft FAT file system family or from JOLIET CDROMs
> + correctly on the screen, you need to include the appropriate

Correct me, if I'm wrong, but FAT (MSDOS, VFAT short name) uses
CP852, and VFAT long name uses unicode. JOLIET also uses unicode.
CP1250 is not used anywhere near to filesystems in Microsoft Windows,
even Microsoft was bright enough to use only one (MSDOS compatible)
encoding (+ unicode) on externally visible filenames.

And your system itself (userspace) should use ISO-8859-2, so I see
no need for CP1250 - everything works fine here without it. Maybe you
are creating your CDROMs with 16bit-encoded CP1250 instead of unicode,
but then you should replace your CDROM creating software.
Best regards,
Petr Vandrovec
vandrove@vc.cvut.cz

-
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/