Merged revisions 71894 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71894 | walter.doerwald | 2009-04-25 16:03:16 +0200 (Sa, 25 Apr 2009) | 4 lines

  Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
  makeunicodedata.py and regenerated the Unicode database (This fixes
  u'\u1d79'.lower() == '\x00').
........
diff --git a/Objects/unicodetype_db.h b/Objects/unicodetype_db.h
index 640697c..f46f1fb 100644
--- a/Objects/unicodetype_db.h
+++ b/Objects/unicodetype_db.h
@@ -127,7 +127,7 @@
     {0, 0, 0, 0, 8, 1540},
     {0, 0, 0, 0, 9, 1540},
     {0, 0, 0, 0, 0, 1792},
-    {42877, 0, 42877, 0, 0, 3849},
+    {42877, 7545, 42877, 0, 0, 3849},
     {3814, 0, 3814, 0, 0, 1801},
     {65477, 0, 65477, 0, 0, 1801},
     {0, 57921, 0, 0, 0, 1921},
@@ -174,7 +174,7 @@
     {0, 54787, 0, 0, 0, 1921},
     {0, 54753, 0, 0, 0, 1921},
     {58272, 0, 58272, 0, 0, 1801},
-    {0, 7545, 0, 0, 0, 3969},
+    {42877, 7545, 42877, 0, 0, 3969},
     {0, 40, 0, 0, 0, 1921},
     {65496, 0, 65496, 0, 0, 1801},
 };