mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-11 05:18:54 +01:00
glib: Update Unicode Character Database to version 12.1.0
Using commands: ``` glib/gen-unicode-tables.pl -both 12.1.0 path/to/UCD tests/gen-casefold-txt.py 12.1.0 path/to/UCD/CaseFolding.txt \ > tests/casefold.txt tests/gen-casemap-txt.py 12.1.0 path/to/UCD/UnicodeData.txt \ path/to/UCD/SpecialCasing.txt > tests/casemap.txt ``` Using UCD release https://www.unicode.org/Public/zipped/12.1.0/UCD.zip. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -2831,6 +2831,7 @@ static const struct {
|
||||
{ 0x3260, 31, G_UNICODE_SCRIPT_HANGUL },
|
||||
{ 0x327f, 81, G_UNICODE_SCRIPT_COMMON },
|
||||
{ 0x32d0, 47, G_UNICODE_SCRIPT_KATAKANA },
|
||||
{ 0x32ff, 1, G_UNICODE_SCRIPT_COMMON },
|
||||
{ 0x3300, 88, G_UNICODE_SCRIPT_KATAKANA },
|
||||
{ 0x3358, 168, G_UNICODE_SCRIPT_COMMON },
|
||||
{ 0x3400, 6582, G_UNICODE_SCRIPT_HAN },
|
||||
|
||||
Reference in New Issue
Block a user