Function mrpt::system::decodeUTF8

Function Documentation

void mrpt::system::decodeUTF8(const std::string &strUTF8, std::vector<uint16_t> &out_uniStr)

Decodes a UTF-8 string into an UNICODE string. See http://en.wikipedia.org/wiki/UTF-8 and http://www.codeguru.com/cpp/misc/misc/multi-lingualsupport/article.php/c10451/.