Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-03-31 07:28:35
Size: 452
Editor: ZoomQuiet
Comment:
Revision 7 as of 2007-04-13 01:44:15
Size: 1597
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
'''
 
Unicode 的PythonIc 处理![http://www.jorendorff.com/articles/unicode/index.html 原文出处]
'''Unicode 的PythonIc 处理![http://www.jorendorff.com/articles/unicode/index.html 原文出处]
Line 10: Line 8:
= 文章大标 =
''简述''
== 章标题1 ==

=== 小节标题1 ===
= Unicode for Programmers =
'''草稿 by Jason Orendorff, 1 March 2002'''
程序员现在必须懂得 uncode 因为:
 * It is one of the cornerstones of software internationalization.
  * 这是软件国际化的王道
 * The Web is full of Unicode data.
  * Web 已经充满了 Unicode 的数据
 * XML and HTML are based on Unicode.
  * XML 和 HTML 技术是基于 Unicode 的
 * WinNT-based operating systems use Unicode for all string values internally.
  * WinNT 基础的技术都是 Unicode 来处理所有字串的
Line 16: Line 20:
#!python
Python code
This article is a short course on Unicode programming.
本文指出了处理Unicode 的快速途径 Pythonic 式的!
Line 20: Line 24:
==== 次节标题1 ====
xxx

== 章标题2 ==

=== 小节标题2 ===
{{{
其它
代码引用
}}}

==== 次节标题2 ====
yyy
== Unicode 基本介绍 ==
    * An Introduction to Unicode
[[Include(/Introduction)]]
== 编码 ==
[[Include(/Encodings)]]
    * Encodings
== Unicode 在 web ==
[[Include(/onWeb)]]
    * Unicode on the Web
== Unicode 在 HTML和XML ==
[[Include(UnicodeinHTMLandXML)]]
    * Unicode in HTML and XML
          o Specifying the Encoding
          o Numeric Character References
== Unicode 在JAVA ==
    * Unicode in Java
          o Unicode Text in Java Source Code
          o Unicode I/O in Java
          o Encoding and Decoding Java Strings
== Unicode 在 Python ==
[[Include(UnicodeInPython)]]
== Unicode 在 晕倒死 ==
    * Unicode and Windows Programming
== 接下来? ==
    * Where to Go Next

Unicode 的PythonIc 处理![http://www.jorendorff.com/articles/unicode/index.html 原文出处]

::-- ZoomQuiet [DateTime(2005-03-31T07:28:35Z)] TableOfContents

Unicode for Programmers

草稿 by Jason Orendorff, 1 March 2002 程序员现在必须懂得 uncode 因为:

  • It is one of the cornerstones of software internationalization.
    • 这是软件国际化的王道
  • The Web is full of Unicode data.
    • Web 已经充满了 Unicode 的数据
  • XML and HTML are based on Unicode.
    • XML 和 HTML 技术是基于 Unicode 的
  • WinNT-based operating systems use Unicode for all string values internally.
    • WinNT 基础的技术都是 Unicode 来处理所有字串的

This article is a short course on Unicode programming.
本文指出了处理Unicode 的快速途径 Pythonic 式的!

Unicode 基本介绍

  • An Introduction to Unicode

Include(/Introduction)

编码

Include(/Encodings)

  • Encodings

Unicode 在 web

Include(/onWeb)

  • Unicode on the Web

Unicode 在 HTML和XML

Include(UnicodeinHTMLandXML)

  • Unicode in HTML and XML
    • o Specifying the Encoding o Numeric Character References

Unicode 在JAVA

  • Unicode in Java
    • o Unicode Text in Java Source Code o Unicode I/O in Java o Encoding and Decoding Java Strings

Unicode 在 Python

Include(UnicodeInPython)

Unicode 在 晕倒死

  • Unicode and Windows Programming

接下来?

  • Where to Go Next

PythonInUnicode (last edited 2009-12-25 07:16:19 by localhost)