Windows2003-3790/base/win32/winnls/data/dlls/gb18030/scripts
2020-09-30 16:53:55 +02:00
..
comparegb.pl First commit 2020-09-30 16:53:55 +02:00
gentables.pl First commit 2020-09-30 16:53:55 +02:00
no80.txt First commit 2020-09-30 16:53:55 +02:00
readme.txt First commit 2020-09-30 16:53:55 +02:00

This folder contains scripts and data files used to create GB18030-2000 codepage.

* gentables.pl: This is the perl script used to generate the tables.cpp, which is used to be compiled into c_g18030.dll.  You can type "gentables.pl" without arguments to see the usage of this script.

* compareGB.pl: This is the perl script used to list the differences between GBK (codepage 936) and GB18030-2000 for your reference.  This script outputs to standard output, so you may want to redirect it to a file.  You can type "compareGB.pl" without arguments to see the usage of this script.

* no80.txt: This is the Unicode to GB18030-2000 mapping table provided by the China sub.

* readme.txt: This file.

Note that you will also need 936.txt to run these scripts.  You can get it from base\win32\winnls\data\codepage\ansi.

For more information about these scripts, you can contact yslin@microsoft.com.