From bb6d7d28db05f11b577db78eb39fdb63a046542c Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 16 Sep 2010 00:58:23 +0000
Subject: [PATCH] o Unicode 5.2.0 o Bug fix for pairwise composition table.

---
 general-info/release-20c.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/general-info/release-20c.txt b/general-info/release-20c.txt
index 7bd75052e..9bbbc1693 100644
--- a/general-info/release-20c.txt
+++ b/general-info/release-20c.txt
@@ -21,11 +21,16 @@ New in this release:
   * Known issues:
 
   * Feature enhancements:
+    - Update to Unicode 5.2.0.
 
   * ANSI compliance fixes:
 
   * Bugfixes:
-
+    - The pairwise composition table is now correctly built.
+      Previously, it skipped over non-BMP codepoints.  This also
+      requires a fix in %COMPOSE to handle non-BMP codepoints
+      correctly.  The normalization test now passes.
+ 
   * Trac Tickets:
 
   * Other changes:
@@ -42,4 +47,3 @@ guidelines on reporting bugs, and mailing list details.
 
 
 We hope you enjoy using this release of CMUCL!
-
-- 
GitLab