summaryrefslogtreecommitdiffstats
path: root/unicode/unicode_tablookup.c
AgeCommit message (Collapse)Author
2021-03-10courier-unicode: canonical decomposition and composition implementation.Sam Varshavchik
Move unicode_canonical() into a larger library of functions that handles full Unicode decomposition and composition.
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-07-26courier-unicode: implement tn36 (unicode_category_lookup).Sam Varshavchik
2015-02-28Renamed header file, library name, to avoid clashing with another library.Sam Varshavchik
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.