diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-22 23:16:42 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-22 23:16:42 (GMT) |
commit | 4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6 (patch) | |
tree | 6f1f737a31b0a1355b082952c260c1e393147fd8 /Doc/howto/unicode.rst | |
parent | 910bd51ea1baef3ea0b4c9f1e3d2d150108368c5 (diff) | |
download | cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.zip cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.tar.gz cpython-4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6.tar.bz2 |
Merged revisions 79314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79314 | ezio.melotti | 2010-03-23 01:07:32 +0200 (Tue, 23 Mar 2010) | 1 line
Update the version number of the Unicode Database in a few more places.
........
Diffstat (limited to 'Doc/howto/unicode.rst')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 0f829f3..3d8bc06 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -403,7 +403,7 @@ These are grouped into categories such as "Letter", "Number", "Punctuation", or from the above output, ``'Ll'`` means 'Letter, lowercase', ``'No'`` means "Number, other", ``'Mn'`` is "Mark, nonspacing", and ``'So'`` is "Symbol, other". See -<http://unicode.org/Public/5.1.0/ucd/UCD.html#General_Category_Values> for a +<http://www.unicode.org/reports/tr44/#General_Category_Values> for a list of category codes. References |