Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/string/utf16.h>
Public Member Functions | |
Char (t::uint16 ch) | |
void | toUTF8 (StringBuffer &buf) |
Wrapper class around UTF-16 16-bit characters.
void toUTF8 | ( | StringBuffer & | buf | ) |
Convert UTF-16 to UTF-8, to be embedded in a string.
buf | Buffer to convert to. |