summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentc3f095a543f296897f10442db9979fcd3a1b4a0b (diff)
downloadlibunistring-29266dd821b4e67ec31a89d65a81ef57e83b8770.tar.gz
Add support for general category group LC.
Diffstat (limited to 'doc')
-rw-r--r--doc/unictype.texi6
1 files changed, 6 insertions, 0 deletions
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