You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaswata Das
5c6fe3db62
|
4 years ago | |
---|---|---|
.. | ||
comparegb.pl | 4 years ago | |
gentables.pl | 4 years ago | |
no80.txt | 4 years ago | |
readme.txt | 4 years ago |
readme.txt
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 [email protected].