summaryrefslogtreecommitdiffstats
path: root/unicode/unicode_scripts.c
AgeCommit message (Collapse)Author
2021-03-07courier-unicode: improve compression of lookup tablesSam Varshavchik
2017-03-06courier-unicode: C++11 update.Sam Varshavchik
* Migrate to C++11: remove unicode_char, use char32_t. Replace std::vector<unicode_char> with std::u32string.
2015-02-28Renamed header file, library name, to avoid clashing with another library.Sam Varshavchik
2015-01-20unicode: unicode_script() returns an enumerated value instead of a string.Sam Varshavchik
2015-01-19unicode: update to unicode 7, add unicode_script() - Script property, TR24.Sam Varshavchik