summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-27 00:55:30 +0100
committerBruno Haible <bruno@clisp.org>2021-12-27 00:55:30 +0100
commit729c31ed79c77b2e670b45fa383a0509eaba66d8 (patch)
tree224b2e97dfb72f8a07feb423749f4498fc1090f8 /doc
parentb1ff48322d7b7d74294503197ff47281028fbb37 (diff)
downloadlibunistring-729c31ed79c77b2e670b45fa383a0509eaba66d8.tar.gz
doc: Update for Unicode 10.0.0.
* doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_MALAYALAM_*. (Properties as objects): Document UC_PROPERTY_REGIONAL_INDICATOR. (Properties as functions): Document uc_is_property_regional_indicator.
Diffstat (limited to 'doc')
-rw-r--r--doc/unictype.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 9ff72b2..7fc5d6a 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -894,6 +894,17 @@ The joining group has the following possible values:
@deftypevrx Constant int UC_JOINING_GROUP_AFRICAN_FEH
@deftypevrx Constant int UC_JOINING_GROUP_AFRICAN_QAF
@deftypevrx Constant int UC_JOINING_GROUP_AFRICAN_NOON
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_NGA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_JA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_NYA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_TTA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_NNA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_NNNA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_BHA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_RA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_LLA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_LLLA
+@deftypevrx Constant int UC_JOINING_GROUP_MALAYALAM_SSA
@end deftypevr
@@ -1065,6 +1076,7 @@ Other miscellaneous properties are:
@deftypevrx Constant uc_property_t UC_PROPERTY_DIACRITIC
@deftypevrx Constant uc_property_t UC_PROPERTY_EXTENDER
@deftypevrx Constant uc_property_t UC_PROPERTY_IGNORABLE_CONTROL
+@deftypevrx Constant uc_property_t UC_PROPERTY_REGIONAL_INDICATOR
@end deftypevr
The following function looks up a property by its name.
@@ -1214,6 +1226,7 @@ Other miscellaneous properties are:
@deftypefunx bool uc_is_property_diacritic (ucs4_t@tie{}@var{uc})
@deftypefunx bool uc_is_property_extender (ucs4_t@tie{}@var{uc})
@deftypefunx bool uc_is_property_ignorable_control (ucs4_t@tie{}@var{uc})
+@deftypefunx bool uc_is_property_regional_indicator (ucs4_t@tie{}@var{uc})
@end deftypefun
@node Scripts