aboutsummaryrefslogtreecommitdiffhomepage
path: root/utf8.h
Commit message (Collapse)AuthorAge
* Naive reimplementation of utf2wcs and wcs2utf inGravatar ridiculousfish2014-03-23
| | | | | env_universal_common.cpp. These use the new utf8 functions exposed in utf8.h. This will allow us to drop the iconv dependency.
* Incorporate a modified UTF8 <-> wchar_t implementation from AlexeyGravatar ridiculousfish2014-03-22
Vatchenko (http://www.bsdua.org/libbsdua.html) in preparation for eliminating our dependency on iconv