[cmucl-cvs] CMUCL commit: src/general-info (release-20c.txt)
Raymond Toy
rtoy at common-lisp.net
Thu Sep 16 00:58:23 UTC 2010
Date: Wednesday, September 15, 2010 @ 20:58:23
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20c.txt
o Unicode 5.2.0
o Bug fix for pairwise composition table.
-----------------+
release-20c.txt | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Index: src/general-info/release-20c.txt
diff -u src/general-info/release-20c.txt:1.1 src/general-info/release-20c.txt:1.2
--- src/general-info/release-20c.txt:1.1 Wed Sep 15 20:33:36 2010
+++ src/general-info/release-20c.txt Wed Sep 15 20:58:23 2010
@@ -21,11 +21,16 @@
* 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 @@
We hope you enjoy using this release of CMUCL!
-
More information about the cmucl-cvs
mailing list