Differences between revisions 5 and 6
Revision 5 as of 2004-09-23 03:16:23
Size: 2522
Editor: ZoomQuiet
Comment: UTF-8 知识点升级
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是超集。

收集 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)