]> Savannah Git Hosting - gnulib.git/commitdiff
Update to Unicode 10.0.0, part 2.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Dec 2021 18:30:41 +0000 (19:30 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Dec 2021 18:30:41 +0000 (19:30 +0100)
* lib/unictype.in.h (UC_PROPERTY_REGIONAL_INDICATOR,
uc_is_property_regional_indicator): New declarations.

ChangeLog
lib/unictype.in.h

index 02ab2f270458ba4e1965fd9070d000effc99b95c..2c9320d7aceeddde2b375426c4327e936250d8bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
        (fill_arabicshaping, joining_group_as_c_identifier): Recognize these
        joining groups.
 
+       * lib/unictype.in.h (UC_PROPERTY_REGIONAL_INDICATOR,
+       uc_is_property_regional_indicator): New declarations.
        * lib/unictype/pr_regional_indicator.c: New file.
        * modules/unictype/property-regional-indicator: New file.
        * modules/unictype/property-regional-indicator-tests: New file.
index ac6a4c322d28ea13a5c732641f082b8ef051c876..89d11bebcbd89119519a9f7d4cdc8fab5f7a2a39 100644 (file)
@@ -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;
 
 /* ========================================================================= */