#include #include int main( int argc, char** argv ) { UTF8 bozo = "bozo"; wxString s = bozo; return 0; }