diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-12-10 18:11:24 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-12-10 18:11:24 (GMT) |
commit | fc55789cae2db09fe190989943b112fbdc0f5423 (patch) | |
tree | c62a7461222a10fbde2c5abc552b8dcafd995b30 /Doc/library | |
parent | 070ec70cbe8cb118f85789a0fb3d4737c50a54e5 (diff) | |
download | cpython-fc55789cae2db09fe190989943b112fbdc0f5423.zip cpython-fc55789cae2db09fe190989943b112fbdc0f5423.tar.gz cpython-fc55789cae2db09fe190989943b112fbdc0f5423.tar.bz2 |
Updated UCD version and unicode.org links to Unicode 6.0.0
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/unicodedata.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index bbbd5d9..bcb3da3 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -13,14 +13,15 @@ single: character pair: Unicode; database -This module provides access to the Unicode Character Database which defines -character properties for all Unicode characters. The data in this database is -based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly -available from ftp://ftp.unicode.org/. - -The module uses the same names and symbols as defined by the UnicodeData File -Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html). -It defines the following functions: +This module provides access to the Unicode Character Database (UCD) which +defines character properties for all Unicode characters. The data contained in +this database is compiled from the `UCD version 6.0.0 +<http://www.unicode.org/Public/6.0.0/ucd>`_. + +The module uses the same names and symbols as defined by Unicode +Standard Annex #44, `"Unicode Character Database" +<http://www.unicode.org/reports/tr44/tr44-6.html>`_. It defines the +following functions: .. function:: lookup(name) |