std::string Ice::UTF8ToNative | ( | std::string_view | str, |
const StringConverterPtr & | nc ) |
Converts the given string from UTF-8 to the native narrow string encoding using the given converter.
str | The UTF-8 string. |
nc | The narrow string converter. If null, the UTF-8 string is returned. |