How to set non-ASCII symbols in wxButton label with wxSmith in unicode build?
WinXP
wxWidgets 2.8.6
codeblocks nightly
You can change the default encoding for the files in "Sedttings -> Editor... -> General Settings" to "UTF-8".
For me it works with a cross-compiling project that use the same sources under linux and WinXp.
Thank you very much !!!! :D