My libiconv also has GB2312. But my libxml2 does not have GB2312. What I am doing is to set up an Apache Reverse Proxy Server. It works fine with Other language.
The mod_proxy_html uses HTMLParser.h. Probably, HTMLParser.h calls libxml2. cd /usr/local/libxml2 grep GB2312 *
cd include/libxml2 grep GB2312 *
Nothing shown with GB2312. Nothing with EUC-CN either.
Please help!
Frank Peng.
On Wed, Jun 28, 2006 at 02:09:03PM -0400, netscape.net">frankpeng netscape.net wrote: > Hi, > I compile libiconv-1.10 and libxml2-2.6.26. I need it support GB2312 charset. Can anyone help me?
my version of iconv on Linux has it:
paphio:~ -> iconv --list | grep 2312 CSGB2312// GB2312// paphio:~ ->
if that's the case there is nothing specific to do.
Daniel
|