Simple unicode library This library is provides some replacement for the deprecated <codecvt>. It assumes UTF-8 strings and provides an iteration by codepoints. Also provides conversion methods to/from UTF-16 (e.g. for interaction with windows wchar_t based API).