mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +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 */
|
PACK ('S','g','n','w'), /* G_UNICODE_SCRIPT_SIGNWRITING */
|
||||||
|
|
||||||
/* Unicode 9.0 additions */
|
/* Unicode 9.0 additions */
|
||||||
PACK ('O','s','g','e'), /* G_UNICODE_SCRIPT_OSAGE */
|
PACK ('A','d','l','m'), /* G_UNICODE_SCRIPT_ADLAM */
|
||||||
PACK ('N','e','w','a'), /* G_UNICODE_SCRIPT_NEWA */
|
|
||||||
PACK ('B','h','k','s'), /* G_UNICODE_SCRIPT_BHAIKSUKI */
|
PACK ('B','h','k','s'), /* G_UNICODE_SCRIPT_BHAIKSUKI */
|
||||||
PACK ('M','a','r','c'), /* G_UNICODE_SCRIPT_MARCHEN */
|
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 ('T','a','n','g'), /* G_UNICODE_SCRIPT_TANGUT */
|
||||||
PACK ('A','d','l','m'), /* G_UNICODE_SCRIPT_ADLAM */
|
|
||||||
#undef PACK
|
#undef PACK
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user