From: Bruno Haible Date: Sun, 26 Dec 2021 18:30:41 +0000 (+0100) Subject: Update to Unicode 10.0.0, part 2. X-Git-Tag: v1.0~2477 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=21dbd572d45b40241cab5c776e1e6ebb1f393e78;p=gnulib.git Update to Unicode 10.0.0, part 2. * lib/unictype.in.h (UC_PROPERTY_REGIONAL_INDICATOR, uc_is_property_regional_indicator): New declarations. --- diff --git a/ChangeLog b/ChangeLog index 02ab2f2704..2c9320d7ac 100644 --- 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. 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; /* ========================================================================= */