GNOME Bugzilla – Bug 731929
update tables to unicode 7.0.0
Last modified: 2014-06-29 18:32:32 UTC
Update glib's unicode tables to release 7.0.0. The wip/unicode-7.0 branch has most of it; except that the included pcre copy still is at 6.1 level due to being stuck at pcre 8.31. This works fine, so I'd leave that for now (updating pcre to a newer version is bug 689791).
The branch looks fine to me. Tests pass, too.
commit d2174297 (unicode: Update to unicode 7.0.0) appears to make the tests/unicode-caseconv unit test fail for me on debian sid: tpm@xps:~/Devel/glib/tests$ ./unicode-caseconv Cannot set locale to tr_TR, skipping (3x) Cannot set locale to tr_TR.UTF-8, skipping (3x) Cannot set locale to lt_LT, skipping (11x) Cannot set locale to lt_LT.UTF-8, skipping (11x) Failure: toupper(ɜ) == [A7AB], should have been ɜ Failure: toupper(ɡ) == [A7AC], should have been ɡ Failure: toupper(ɬ) == [A7AD], should have been ɬ Failure: toupper(ʇ) == [A7B1], should have been ʇ Failure: toupper(ʞ) == [A7B0], should have been ʞ Failure: toupper(ϳ) == [037F], should have been ϳ
Should be fixed now.
Confirmed, thanks.