DeprecatedString convert(const char*chs, int len, bool flush)
{ return convert(reinterpret_cast<const unsigned char*>(chs), len, flush); }
DeprecatedString convert(const unsigned char* chs, int len, bool flush);
- DeprecatedString convertLatin1(const unsigned char* chs, int len);
DeprecatedString convertUTF16(const unsigned char* chs, int len);
// ICU decoding.