utf-8 encoding is better in your case...

回答: 請問如何在HTML文件712032005-11-18 09:54:36

utf-16 encoding takes too much space and look terrible in non-unicode aware text editor.

utf-8 is good for occasional out of basic multilingual plane chacaters as it preserves US-ASCII character and can be read by non-unicode aware text editor.

Another option is to use AppLocale to lauch notepad (or other editor) with Chinese as native character set (GB2313 encoding).

請您先登陸,再發跟帖!