Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2004-09-23 03:16:23
Size: 2522
Editor: ZoomQuiet
Comment: UTF-8 知识点升级
Revision 8 as of 2004-11-12 03:03:02
Size: 2882
Editor: ZoomQuiet
Comment: encdet.py Google 列表中提到的处理脚本
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [http://nocache.czug.org/blog/panjunyong/python-encoding Python的编码处理技术] -- CZUG的整理
Line 35: Line 36:
 * 个人建议 --GreyRoar:
    * 1。如非必要,尽量避免转换,直接使用Unicode就可以;
    * 2。尽量不要来回转换;
    * 3。不要假设Unicode是超集。
Line 41: Line 45:
 * attachmant::encdet.py Google 列表中提到的处理脚本

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