SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Converts UTF-16 values to UTF-8. More...
#include <rw/stream/RWToUTF8Converter.h>
Public Member Functions | |
void | convert (const RWUChar *from, size_t len, RWCString &to) |
void | convert (const RWWString &from, RWCString &to) |
void | convert (const std::wstring &from, RWCString &to) |
void | convert (const wchar_t *from, size_t len, RWCString &to) |
void | convert (RWUChar from, RWCString &to) |
void | convert (wchar_t from, RWCString &to) |
RWToUTF8Converter converts RWUChar, RWWString, wchar_t
or std::wstring
UTF-16 values to UTF-8. The character or string to be converted must encoded in UTF-16. To translate other encodings, use converters supplied by the Internationalization Module.
|
inline |
Converts a UTF-16 std::wstring
to a UTF-8 encoded RWCString.
void RWToUTF8Converter::convert | ( | const wchar_t * | from, |
size_t | len, | ||
RWCString & | to ) |
Converts several UTF-16 wchar_t's
to a UTF-8 encoded RWCString.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |