Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2004-08-12 21:53:44
Size: 2332
Editor: Zoom.Quiet
Comment: 大家一起来总结,争取形成一个中文Python 开发常用库出来?!
Revision 6 as of 2004-09-23 09:59:36
Size: 2712
Editor: GreyRoar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 * 个人建议 --GreyRoar:
    * 1。如非必要,尽量避免转换,直接使用Unicode就可以;
    * 2。尽量不要来回转换;
    * 3。不要假设Unicode是超集。
Line 38: Line 41:
 * 什么是unicode?什么是UTF-8?UTF-16?  * [http://www.cl.cam.ac.uk/~mgk25/unicode.html 什么是unicode?什么是UTF-8?UTF-16?] -- FAQ for xUnix
Line 40: Line 43:
 * 检测函数升级! [http://www.donews.net/limodou/archive/2004/09/23/107404.aspx NewEdit-The change of UTF-8 detecting]

收集 Python 开发中对付中文问题的技巧,代码

大家一起来总结,争取形成一个中文Python 开发常用库出来?!

-- Zoom.Quiet [DateTime(2004-08-12T21:21:57Z)] TableOfContents

原则

统一到unicode上来吧!

Web的中文处理

中文的支持

GB与Big5

GB与unicode

UTF-8

内核支持!

ChinesePyFAQ (last edited 2009-12-25 07:17:00 by localhost)