diff --git a/tools/utf8_tests.cpp b/tools/utf8_tests.cpp new file mode 100644 index 0000000000..b6e8ae399f --- /dev/null +++ b/tools/utf8_tests.cpp @@ -0,0 +1,15 @@ + + + +#include +#include + +int main( int argc, char** argv ) +{ + + UTF8 bozo = "bozo"; + + wxString s = bozo; + + return 0; +} \ No newline at end of file