~ubuntu-branches/ubuntu/precise/python3.2/precise-proposed

« back to all changes in this revision

Viewing changes to Doc/library/unicodedata.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 18:40:39 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120309184039-j3yk2emxr1plyo21
Tags: 3.2.3~rc1-1
* Python 3.2.3 release candidate 1.
* Update to 20120309 from the 3.2 branch.
* Fix libpython.a symlink. Closes: #660146.
* Build-depend on xauth.
* Run the gdb tests for the debug build only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
   based on the definition of canonical equivalence and compatibility equivalence.
106
106
   In Unicode, several characters can be expressed in various way. For example, the
107
107
   character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as
108
 
   the sequence U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C).
 
108
   the sequence U+0043 (LATIN CAPITAL LETTER C) U+0327 (COMBINING CEDILLA).
109
109
 
110
110
   For each character, there are two normal forms: normal form C and normal form D.
111
111
   Normal form D (NFD) is also known as canonical decomposition, and translates