unicode: Update to unicode 10.0.0

https://bugzilla.gnome.org/show_bug.cgi?id=784456
This commit is contained in:
Rico Tzschichholz
2017-07-02 22:47:09 +02:00
parent a74fe20064
commit 4e1567a079
7 changed files with 1475 additions and 837 deletions

View File

@@ -1434,6 +1434,12 @@ static const guint32 iso15924_tags[] =
PACK ('N','e','w','a'), /* G_UNICODE_SCRIPT_NEWA */
PACK ('O','s','g','e'), /* G_UNICODE_SCRIPT_OSAGE */
PACK ('T','a','n','g'), /* G_UNICODE_SCRIPT_TANGUT */
/* Unicode 10.0 additions */
PACK ('G','o','n','m'), /* G_UNICODE_SCRIPT_MASARAM_GONDI */
PACK ('N','s','h','u'), /* G_UNICODE_SCRIPT_NUSHU */
PACK ('S','o','y','o'), /* G_UNICODE_SCRIPT_SOYOMBO */
PACK ('Z','a','n','b'), /* G_UNICODE_SCRIPT_ZANABAZAR_SQUARE */
#undef PACK
};