diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-23 18:01:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-23 18:01:32 (GMT) |
commit | ef7fe2e8137824248cf45d316535b76dae302b5a (patch) | |
tree | 01a0b67fae5af758f8c8cc18459266756f4e1074 /Lib/test/output | |
parent | 8579efc86c18b7b824ec080582f032674e2f8a5e (diff) | |
download | cpython-ef7fe2e8137824248cf45d316535b76dae302b5a.zip cpython-ef7fe2e8137824248cf45d316535b76dae302b5a.tar.gz cpython-ef7fe2e8137824248cf45d316535b76dae302b5a.tar.bz2 |
Implement names for CJK unified ideographs. Add name to KeyError output.
Verify that the lookup for an existing name succeeds.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_ucn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/test/output/test_ucn b/Lib/test/output/test_ucn index 1006c07..c41017b 100644 --- a/Lib/test/output/test_ucn +++ b/Lib/test/output/test_ucn @@ -2,7 +2,8 @@ test_ucn Testing General Unicode Character Name, and case insensitivity... done. Testing name to code mapping.... done. Testing hangul syllable names.... done. -Testing code to name mapping for all characters.... done. -Found 22728 characters in the unicode name database +Testing names of CJK unified ideographs.... done. +Testing code to name mapping for all BMP characters.... done. +Found 50212 characters in the unicode name database Testing misc. symbols for unicode character name expansion.... done. Testing unicode character name expansion strict error handling.... done. |