Implement names for CJK unified ideographs. Add name to KeyError output.
Verify that the lookup for an existing name succeeds.
diff --git a/Misc/NEWS b/Misc/NEWS
index 71da82d..8fdd1f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,7 +318,7 @@
   is now named bsddb185.
 
 - unicodedata was updated to Unicode 3.2. In now also supports names
-  for Hangul syllables.
+  for Hangul syllables and CJK unified ideographs.
 
 - resource.getrlimit() now returns longs instead of ints.