summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-26 19:30:41 +0100
committerBruno Haible <bruno@clisp.org>2021-12-26 19:30:41 +0100
commit21dbd572d45b40241cab5c776e1e6ebb1f393e78 (patch)
tree8d6575f554167bf8d5b32c4d70f27ca721670d7b /lib
parent499a4fa2a470c5ad52fabc4cb9f70e8230b79a44 (diff)
downloadgnulib-21dbd572d45b40241cab5c776e1e6ebb1f393e78.tar.gz
Update to Unicode 10.0.0, part 2.
* lib/unictype.in.h (UC_PROPERTY_REGIONAL_INDICATOR, uc_is_property_regional_indicator): New declarations.
Diffstat (limited to 'lib')
-rw-r--r--lib/unictype.in.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/unictype.in.h b/lib/unictype.in.h
index ac6a4c322d..89d11bebcb 100644
--- a/lib/unictype.in.h
+++ b/lib/unictype.in.h
@@ -691,6 +691,7 @@ extern const uc_property_t UC_PROPERTY_NUMERIC;
extern const uc_property_t UC_PROPERTY_DIACRITIC;
extern const uc_property_t UC_PROPERTY_EXTENDER;
extern const uc_property_t UC_PROPERTY_IGNORABLE_CONTROL;
+extern const uc_property_t UC_PROPERTY_REGIONAL_INDICATOR;
/* Return the property given by name, e.g. "White space". */
extern uc_property_t
@@ -874,6 +875,8 @@ extern bool uc_is_property_extender (ucs4_t uc)
_UC_ATTRIBUTE_CONST;
extern bool uc_is_property_ignorable_control (ucs4_t uc)
_UC_ATTRIBUTE_CONST;
+extern bool uc_is_property_regional_indicator (ucs4_t uc)
+ _UC_ATTRIBUTE_CONST;
/* ========================================================================= */