Code::Blocks Forums

User forums => Help => Topic started by: hongxing on October 21, 2005, 03:07:22 am

Title: C::B unicode vs ansi ?
Post by: hongxing on October 21, 2005, 03:07:22 am
is it unicode version when wxWidgets is built with --enable-unicode, otherwise ansi version?

in my project, I want use Chinese/Korean characters in .cpp/.h file, maybe there are Chinese/Korean characters in file name.
can ansi version support that? or I must use unicode version?

thanks!
Title: Re: C::B unicode vs ansi ?
Post by: mandrav on October 21, 2005, 08:59:35 am
is it unicode version when wxWidgets is built with --enable-unicode, otherwise ansi version?

Yes.