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:
Philip Withnall
2019-05-08 13:07:55 +01:00
parent 76966e6b28
commit 64ddd32b79
6 changed files with 4325 additions and 4323 deletions

View File

@@ -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 },