1998-08-17
mailto:say@163.net
support expat version 1.95.1.
This is an unofficial version of expat (an XML 1.0 parser written in C) to handle Chinese encodings, GB2312.
To convert Unicode-GB2312, I used and modified gb2utf.c (originary written by Guo Jin guojin@iss.nus.sg)
download sources and make like as original.
(I tested only in WindowsME)
sources:
I modified xmltok.c,xmltok_ns.c and added gb_tab.h, gb2utf.c.
added struct 'gb2312_encoding' .
character table of GB2312.
unicode<-gb2312 converter.