mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
unicode: Fix ordering in iso15924_tags to match GUnicodeScript enum
https://bugzilla.gnome.org/show_bug.cgi?id=771591
This commit is contained in:
parent
10bac98185
commit
0d1eecddd4
@ -1423,12 +1423,12 @@ static const guint32 iso15924_tags[] =
|
||||
PACK ('S','g','n','w'), /* G_UNICODE_SCRIPT_SIGNWRITING */
|
||||
|
||||
/* Unicode 9.0 additions */
|
||||
PACK ('O','s','g','e'), /* G_UNICODE_SCRIPT_OSAGE */
|
||||
PACK ('N','e','w','a'), /* G_UNICODE_SCRIPT_NEWA */
|
||||
PACK ('A','d','l','m'), /* G_UNICODE_SCRIPT_ADLAM */
|
||||
PACK ('B','h','k','s'), /* G_UNICODE_SCRIPT_BHAIKSUKI */
|
||||
PACK ('M','a','r','c'), /* G_UNICODE_SCRIPT_MARCHEN */
|
||||
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 */
|
||||
PACK ('A','d','l','m'), /* G_UNICODE_SCRIPT_ADLAM */
|
||||
#undef PACK
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user