summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-01-09 12:10:55 +0100
committerBruno Haible <bruno@clisp.org>2011-01-09 12:16:16 +0100
commitb40af985489d567bffe594cc61a4d9a3714d2088 (patch)
tree2897f4af953f884484e641c9d9e332fd083ba3e8 /NEWS
parent180b55336cfd418029ef5ba88eca9b77bdf73c8e (diff)
downloadlibunistring-b40af985489d567bffe594cc61a4d9a3714d2088.tar.gz
Update to Unicode 5.2.0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6dcec13..e9a2609 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
New in 0.9.4:
+* The data tables and line breaking algorithm have been updated to Unicode
+ version 5.2.0.
+* In the include file unictype.h, functions for new predefined properties
+ have been added:
+ uc_is_property_cased
+ uc_is_property_case_ignorable
+ uc_is_property_changes_when_lowercased
+ uc_is_property_changes_when_uppercased
+ uc_is_property_changes_when_titlecased
+ uc_is_property_changes_when_casefolded
+ uc_is_property_changes_when_casemapped
+ But it's recommended to use the case mapping functions from unicase.h
+ instead.
* It is now easier to detect the subminor version: The value of the variable
_libunistring_version and of the macro _LIBUNISTRING_VERSION now includes
also the subminor version.