Re: How do I write out the traditional Chinese characters with GB2312 encoding in the Java.
Posted By:
Dave_Stone
Posted On:
Monday, May 7, 2001 01:35 PM
I do not think you can write traditional characters with GB. If you are trying to find the equivalent traditional character representations of simplified Chinese characters, you need a GB2Big5 converter (someone has done that).
If you want both simplified and traditional characters co-exist in a single document, then use UTF-16 or UTF-8 when you write the file.