|
发表于 2007-5-30 22:54:04
|
显示全部楼层
呵呵,我找了半天还是没有能找到我想要的资料
不过上面的网页说的有,windows和java用的都是utf16,
unix等系统用的是utf32.一般网页的编码用utf8,包括xml这些。
http://unicode.org/faq/utf_bom.html
Q. Which of the UTFs do I need to support?
A: UTF-8 is most common on the web. UTF-16 is used by Java and Windows. UTF-32 is used by various Unix systems. The conversions between all of them are algorithmically based, fast and lossless. This makes it easy to support data input or output in multiple formats, while using a particular UTF for internal storage or processing. |
|