mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 03:48:53 +02: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:
@@ -1,4 +1,4 @@
|
||||
# Test cases generated from Unicode 12.0.0 data
|
||||
# Test cases generated from Unicode 12.1.0 data
|
||||
# by gen-casefold-txt.py. Do not edit.
|
||||
#
|
||||
# Some special hand crafted tests
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Test cases generated from Unicode 12.0.0 data
|
||||
# Test cases generated from Unicode 12.1.0 data
|
||||
# by gen-casemap-txt.py. Do not edit.
|
||||
#
|
||||
# Some special hand crafted tests
|
||||
|
Reference in New Issue
Block a user