Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: passerby on October 02, 2008, 02:07:32 pm

Title: Change a Unicode project into a non-Unicode one?
Post by: passerby on October 02, 2008, 02:07:32 pm
I have built a project with Unicode enabled (when creating the project with the wizard).
However, it turned out that wxTextCtrl doesn't display text with accented characters (displays only non-accented text).
Testing just a wxTextCtrl box in a non-Unicode project shows that it displays accented text fine.

So I now want to disable Unicode in my initial project, but can't find where I can do this.

Could someone help with this, please?

Edit: Never mind, figured it out.