Use icu to remove diacritics from strings.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2021 21:02:18 +0000 (22:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2021 21:02:18 +0000 (22:02 +0100)
commitb81f1396528f01bead8c1faf128a277820980025
treec61a2ef4936ecc3b2c83430a3a334884488a79fe
parent369821c41e62d4cce506cd4206f9db0d91b4f643
Use icu to remove diacritics from strings.

This replaces some ad-hoc code and extends it to work with more
characters (#1904).
src/lib/util.cc
test/util_test.cc