I'm Asian, Asian text in the program, the code will not compile correctly generated by the wxSmith.
For example:
StaticText2 = new wxStaticText(Panel4, ID_STATICTEXT2, _(" ID域报文 (HEX): "), wxDefaultPosition, wxDefaultSize, wxSTATIC_BORDER, _T("ID_STATICTEXT2"));
I hope to have an option to automatically modify:
_(" ID域报文 (HEX): "), ----》 _T(" ID域报文 (HEX): "),