Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: normunds on October 22, 2007, 11:48:10 am

Title: wxSmith and non-ASCII chars
Post by: normunds on October 22, 2007, 11:48:10 am
How to set non-ASCII symbols in wxButton label with wxSmith in unicode build?

WinXP
wxWidgets 2.8.6
codeblocks nightly
Title: Re: wxSmith and non-ASCII chars
Post by: Jenna on October 22, 2007, 12:46:56 pm
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.
Title: Re: wxSmith and non-ASCII chars
Post by: normunds on October 22, 2007, 02:10:22 pm
Thank you very much !!!!  :D