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. --- doc/unictype.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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