4. Simplified Chinese GBK / Traditional Chinese BIG5 CodePage
How to make Simplified Chinese GBK / Traditional Chinese BIG5 CodePage?
The Unicode definition of GBK / BIG5 is obtained from the Unicode organization. Since GBK is based on ISO 10646-1: 1993 standard, the corresponding Japanese is JIS X 0221-1995, Korean is KS C 5700-1995, they are submitted to Unicode standard The timetable is: UNICODE VERSION 1.0Unicode version 1.1 <-> ISO 10646-1: 1993, JIS X 0221-1995, GB 13000.1-93Unicode version 2.0 <-> KS C 5700-1995 starting with GBK coding from Windows 95. You need cp936.txt and big5.txt and then use the following program to convert it to the Unicode <-> GBK code table for Linux core ./Genmap big5.txt | Perl uni2big5.pl ./gembaMap cp936.txt Perl Uni2GBK.pl and modify the related function of FAT / VFAT / NTFS to complete the core modification. You can use the following command when you use:
Simplified Chinese: mount -t vfat / dev / hda1 / mnt / 1 -o codePage = 936, IOCHARSET = CP936 Traditional Chinese: mount -t vfat / dev / hda1 / mnt / 1 -o codePage = 950, octharset = cp936 interesting Yes, since the GBK contains all the internal code of the GB2312 / BIG5 / JIS, use 936's CodePage can also display the file name of BIG5.