Reference Citations - HerongYang.com - v2.95, by Herong Yang
J2SE Unicode 转化为 GB2312
'Java Program Mapping Unicode to GB2312' tutorial was cited in a CJSDN forum article in Chinese language in 2004.
The Java Program Mapping Unicode to GB2312 tutorial was cited in a CJSDN forum article in Chinese language in 2004. Note that my Geocities site has been moved to herongyang.com now.
Subject: Re: j2se Unicode 转化为 gb2312
Date: Aug 31, 2004
Author: why
Source: http://www.cjsdn.net/post/view?bid=1&id=106347&tpg=1
&ppg=1&sty=1&age=0
>>高手好,有谁知道知道Unicode 转化为 gb2312的规则,请指点!谢谢
>
>你是指这样子?
> String unicode = "\u4444\u8888";
> String gb2312 = new String(unicode.getBytes("UTF-8"), "GB2312");
I am wondering whether this would work. If so, why would someone
worked out something like this:
Herong's Notes on GB2312 Character Set
http://www.geocities.com/herong_yang/gb2312/unicode_gb2312.html
Table of Contents
Dovecot SSL Warning (Not Error)
Cipher, byte[]s and Strings; oh my!
BodyTagSupport and JSP body-content
Invoking Remote Webservices from a Perl Client
IP Protection and Encryption Donation
Validate XML Documents in Java
GB2312 and Unicode Mapping Table