summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-25 20:44:44 +0100
committerBruno Haible <bruno@clisp.org>2011-03-25 20:44:44 +0100
commit29266dd821b4e67ec31a89d65a81ef57e83b8770 (patch)
treedfa51c2cfe48b6c85afb0f52b40af7920fdd3869
parentc3f095a543f296897f10442db9979fcd3a1b4a0b (diff)
downloadlibunistring-29266dd821b4e67ec31a89d65a81ef57e83b8770.tar.gz
Add support for general category group LC.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--doc/unictype.texi6
3 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27ad189..8ac973c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-25 Bruno Haible <bruno@clisp.org>
+
+ Add support for general category group LC.
+ * doc/unictype.texi (Object oriented API): Mention UC_CATEGORY_LC,
+ UC_CASED_LETTER.
+ (Bit mask API): Mention UC_CATEGORY_MASK_LC.
+
2011-03-22 Bruno Haible <bruno@clisp.org>
Use term "bidi class" instead of "bidirectional category".
diff --git a/NEWS b/NEWS
index c098935..3fa6437 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
New in 0.9.4:
* The data tables and line breaking algorithm have been updated to Unicode
version 6.0.0.
+* In the include file unictype.h, constants are defined for the group of
+ general categories LC ("Cased Letter").
* In the include file unictype.h, functions for the Arabic joining type and
the Arabic joining group have been added:
uc_joining_type_name
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 1dc7c6a..c15ef05 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -66,6 +66,7 @@ The following are the predefined general category value. Additional general
categories may be added in the future.
@deftypevr Constant uc_general_category_t UC_CATEGORY_L
+@deftypevrx Constant uc_general_category_t UC_CATEGORY_LC
@deftypevrx Constant uc_general_category_t UC_CATEGORY_Lu
@deftypevrx Constant uc_general_category_t UC_CATEGORY_Ll
@deftypevrx Constant uc_general_category_t UC_CATEGORY_Lt
@@ -110,6 +111,10 @@ The following are alias names for predefined General category values.
This is another name for @code{UC_CATEGORY_L}.
@end deftypevr
+@deftypevr Macro uc_general_category_t UC_CASED_LETTER
+This is another name for @code{UC_CATEGORY_LC}.
+@end deftypevr
+
@deftypevr Macro uc_general_category_t UC_UPPERCASE_LETTER
This is another name for @code{UC_CATEGORY_Lu}.
@end deftypevr
@@ -312,6 +317,7 @@ The following are the predefined general category value as bit masks.
Additional general categories may be added in the future.
@deftypevr Macro uint32_t UC_CATEGORY_MASK_L
+@deftypevrx Macro uint32_t UC_CATEGORY_MASK_LC
@deftypevrx Macro uint32_t UC_CATEGORY_MASK_Lu
@deftypevrx Macro uint32_t UC_CATEGORY_MASK_Ll
@deftypevrx Macro uint32_t UC_CATEGORY_MASK_Lt