Merge pull request #1396 from jwestfall69/dgvrc-clear-speedup
[mono.git] / mcs / class / I18N / CJK / README.gb18030
1 * GB18030 support
2
3         GB18030Encoding requires an assembly resource named "gb18030.table".
4         This resource can be generated from "GB18030Source.exe" with an
5         external resource "gb18030-2000.xml":
6
7         http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/charset/data/xml/gb-18030-2000.xml
8         - or -
9         http://monkey.workarea.jp/mono/unicode/gb-18030-2000.xml
10
11         To create GB18030Source.exe, compile GB18030Source.cs as a standalone
12         module:
13
14         mcs GB18030.cs /unsafe /d:BUILD_GENERATOR
15
16         and then run:
17
18         mono GB18030.exe
19
20         It expects that gb18030-2000.xml is in the same directory, and
21         generates a binary file "gb18030.table".
22
23         This table file is included as a resource in this assembly.
24
25 Atsushi Eno <atsushi@ximian.com>
26