diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-09 23:38:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-09 23:38:20 (GMT) |
commit | 480f1bb67ba8d2857d87921391df278c5569774c (patch) | |
tree | 16370e5215e51cb589a2f07b93a2105c851ce956 /Doc/lib | |
parent | e2b4677253a809228b16a2c48b6169e1ae576f55 (diff) | |
download | cpython-480f1bb67ba8d2857d87921391df278c5569774c.zip cpython-480f1bb67ba8d2857d87921391df278c5569774c.tar.gz cpython-480f1bb67ba8d2857d87921391df278c5569774c.tar.bz2 |
Update Unicode database to Unicode 4.1.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libunicodedata.tex | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index 81ad67d..b52b708 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -14,11 +14,11 @@ 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 -3.2.0 which is publically available from \url{ftp://ftp.unicode.org/}. +4.1.0 which is publically available from \url{ftp://ftp.unicode.org/}. The module uses the same names and symbols as defined by the -UnicodeData File Format 3.2.0 (see -\url{http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html}). It +UnicodeData File Format 4.1.0 (see +\url{http://www.unicode.org/Public/4.1-Update/UnicodeData-4.1.0.html}). It defines the following functions: \begin{funcdesc}{lookup}{name} @@ -130,3 +130,12 @@ The version of the Unicode database used in this module. \versionadded{2.3} \end{datadesc} + +\begin{datadesc}{db_3_2_0} +This is an object that has the same methods as the entire +module, but uses the Unicode database version 3.2 instead, +for applications that require this specific version of +the Unicode database (such as IDNA). + +\versionadded{2.5} +\end{datadesc} |