n bytes of
str converted to UTF-8.
string iconvLocaleToUtf8Length(string str, size_t n)Allocates a new string buffer containing the first n bytes of str converted to UTF-8.
str | string in locale charset |
n | number of bytes to convert |
n bytes of
str converted to UTF-8.