diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-09-20 08:58:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-09-20 09:51:35 -0400 |
commit | 03d07dbbdfe647164fc8c505eca40c2d6c4acd90 (patch) | |
tree | d1459b7da8700654782e1852a0fd41b0012e6999 /glib/guniprop.c | |
parent | 29822872987e43357d06be849d327a3ae0bca841 (diff) | |
download | glib-unicode-14-updates.tar.gz |
Add new scripts to our iso15924 apisunicode-14-updates
The scripts aren't technically part of the standard
yet, but thats only a matter of (hopefully short)
time.
Diffstat (limited to 'glib/guniprop.c')
-rw-r--r-- | glib/guniprop.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glib/guniprop.c b/glib/guniprop.c index 2903367d4..f2b56ed5f 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -1486,6 +1486,14 @@ static const guint32 iso15924_tags[] = PACK ('D', 'i', 'a', 'k'), /* G_UNICODE_SCRIPT_DIVES_AKURU */ PACK ('K', 'i', 't', 's'), /* G_UNICODE_SCRIPT_KHITAN_SMALL_SCRIPT */ PACK ('Y', 'e', 'z', 'i'), /* G_UNICODE_SCRIPT_YEZIDI */ + + /* Unicode 14.0 additions */ + PACK ('C', 'p', 'm', 'n'), /* G_UNICODE_SCRIPT_CYPRO_MINOAN */ + PACK ('O', 'u', 'g', 'r'), /* G_UNICODE_SCRIPT_OLD_UYHUR */ + PACK ('T', 'n', 's', 'a'), /* G_UNICODE_SCRIPT_TANGSA */ + PACK ('T', 'o', 't', 'o'), /* G_UNICODE_SCRIPT_TOTO */ + PACK ('V', 'i', 't', 'h'), /* G_UNICODE_SCRIPT_VITHKUQI */ + #undef PACK }; |