From 29266dd821b4e67ec31a89d65a81ef57e83b8770 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 25 Mar 2011 20:44:44 +0100 Subject: Add support for general category group LC. --- ChangeLog | 7 +++++++ NEWS | 2 ++ doc/unictype.texi | 6 ++++++ 3 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27ad189..8ac973c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-03-25 Bruno Haible + + 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 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 -- cgit v1.2.1