#include <string>
#include <wx/string.h>
Go to the source code of this file.
|
class | UTF8 |
| An 8 bit string that is assuredly encoded in UTF8, and supplies special conversion support to and from wxString, to and from std::string, and has non-mutating iteration over Unicode characters. More...
|
|
class | UTF8::uni_iter |
| uni_iter is a non-mutating iterator that walks through unicode code points in the UTF8 encoded string. More...
|
|
◆ MAYBE_VERIFY_UTF8
#define MAYBE_VERIFY_UTF8 |
( |
|
x | ) |
|
◆ IsUTF8()
bool IsUTF8 |
( |
const char * |
aString | ) |
|