add utf8_test.cpp to project
This commit is contained in:
parent
4e7de8a761
commit
0aedaffed9
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#include <utf8.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
|
||||||
|
int main( int argc, char** argv )
|
||||||
|
{
|
||||||
|
|
||||||
|
UTF8 bozo = "bozo";
|
||||||
|
|
||||||
|
wxString s = bozo;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue