summaryrefslogtreecommitdiff
path: root/glib/tests/unicode.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-20 08:58:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-09-20 09:51:35 -0400
commit03d07dbbdfe647164fc8c505eca40c2d6c4acd90 (patch)
treed1459b7da8700654782e1852a0fd41b0012e6999 /glib/tests/unicode.c
parent29822872987e43357d06be849d327a3ae0bca841 (diff)
downloadglib-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/tests/unicode.c')
-rw-r--r--glib/tests/unicode.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/glib/tests/unicode.c b/glib/tests/unicode.c
index 6049260ec..9d6596687 100644
--- a/glib/tests/unicode.c
+++ b/glib/tests/unicode.c
@@ -1671,6 +1671,13 @@ test_iso15924 (void)
{ G_UNICODE_SCRIPT_DIVES_AKURU, "Diak" },
{ G_UNICODE_SCRIPT_KHITAN_SMALL_SCRIPT, "Kits" },
{ G_UNICODE_SCRIPT_YEZIDI, "Yezi" },
+
+ /* Unicode 14.0 additions */
+ { G_UNICODE_SCRIPT_CYPRO_MINOAN, "Cpmn" },
+ { G_UNICODE_SCRIPT_OLD_UYGHUR, "Ougr" },
+ { G_UNICODE_SCRIPT_TANGSA, "Tnsa" },
+ { G_UNICODE_SCRIPT_TOTO, "Toto" },
+ { G_UNICODE_SCRIPT_VITHKUQI, "Vith" }
};
guint i;