summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-25 23:34:32 +0100
committerBruno Haible <bruno@clisp.org>2011-03-25 23:34:32 +0100
commit213475ab1f293526d4b4d1a90607f2e3425fa7e7 (patch)
tree1c673862f8ed0a8fe03d85b04f0ea20851cafa74 /NEWS
parent29266dd821b4e67ec31a89d65a81ef57e83b8770 (diff)
downloadlibunistring-213475ab1f293526d4b4d1a90607f2e3425fa7e7.tar.gz
Support long names of general category values.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3fa6437..68ed9f3 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,12 @@ New in 0.9.4:
uc_bidi_category -> uc_bidi_class
uc_is_bidi_category -> uc_is_bidi_class
The old function names still exist, but are obsolete.
+* In the include file unictype.h, functions for returning long names of
+ property values have been added:
+ uc_general_category_long_name
+ The functions
+ uc_general_category_byname
+ have been extended to recognize long names as well as short names.
* 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.