summaryrefslogtreecommitdiffstats
path: root/unicode/unicode.c
AgeCommit message (Collapse)Author
2018-07-15courier-unicode: fix error and validation of modified-UTF7 encoding.Sam Varshavchik
2018-07-13courier-unicode: update the internal x-smap-modutf8 encodingSam Varshavchik
2018-07-11courier-unicode: implement unicode_x_smap_modutf8 pseudo-encodingSam 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-31Implement unicode_locale_chset_l()Sam Varshavchik
2015-07-29Clean up the API.Sam Varshavchik
2015-07-28Add additional tolower/toupper overloads, unicode_locale_charset().Sam Varshavchik
2015-02-28Renamed header file, library name, to avoid clashing with another library.Sam Varshavchik
2014-01-12Refactor unicode library as a standalone packageSam 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.