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