• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Test/H24-Aug-2018-647466

CP51932.csH A D24-Aug-201818.9 KiB728526

CP932.csH A D24-Aug-201822 KiB921735

CP936.csH A D24-Aug-20187.2 KiB307244

CP949.csH A D24-Aug-201814.7 KiB466359

CP950.csH A D24-Aug-20188.2 KiB343244

CodeTable.csH A D24-Aug-20184.1 KiB14482

DbcsConvert.csH A D24-Aug-2018982 3921

DbcsEncoding.csH A D24-Aug-20185.8 KiB176119

GB18030Encoding.csH A D24-Aug-201812.7 KiB582455

GB18030Source.csH A D24-Aug-201810.3 KiB372296

I18N.CJK.dll.sourcesH A D24-Aug-2018214 1514

I18N.CJK_test.dll.sourcesH A D24-Aug-201869 53

ISO2022JP.csH A D24-Aug-201819.4 KiB758642

JISConvert.csH A D24-Aug-20183 KiB9855

MakefileH A D24-Aug-2018475 1612

README.gb18030H A D24-Aug-2018718 2716

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
25Atsushi Eno <atsushi@ximian.com>
26
27