Skip to content

glib: Update Unicode Character Database to version 12.1.0

Philip Withnall requested to merge pwithnall/glib:unicode-12.1 into master

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 adds the new Reiwa era character.

http://blog.unicode.org/2019/05/unicode-12-1-en.html

Merge request reports