Unicode相关的一些链接

来源:互联网 发布:手机编辑图文软件 编辑:程序博客网 时间:2024/04/29 10:07
关于unicode和Python中unicode的相关内容,可参考如下链接:
1) The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) Joel Spolsky关于unicode概念的文章,入门必读。

2) All About Python and Unicode Python中的unicdoe

3) How to Use UTF-8 with Python Python中使用UTF-8,以及Unicode文件的处理

4) 谈谈Unicode编码,简要解释UCS、UTF、BMP、BOM等名词 解释了很多概念

5) Unicode for Programmers 有部分关于Python和Unicode的内容

6) The Basics of UTF-8 详细介绍了UTF-8编码的方法,有相关代码

7) The Complete Guide to C++ Strings, Part I - Win32 Character Encodings 介绍了我永远都搞不懂的Windows下的字符编码
原创粉丝点击