#include <widestring.h>
Public Member Functions | |
| widestring (const wchar_t *__s) | |
| widestring (const char *__s) | |
| const char * | mb_str () const |
| size_t | from_utf8 (const char *in) |
| const char * | to_utf8 () const |
Another string class. This one always stores string internally as 16-bit wide characters, and can convert to and from other representations as desired.
Unlike the C++ standard "wstring" class, on which it is based, this class can convert to and from UTF8 and default encoded 8-bit character strings.
1.8.4