Code::Blocks Forums

User forums => Help => Topic started by: MasterAlexei on March 19, 2008, 04:57:33 pm

Title: Switch Unicode OFF
Post by: MasterAlexei on March 19, 2008, 04:57:33 pm
Hello everybody!

Firstly - Code::Block is a great thing!

But:

I use it for embedded development, and in my project i don't need unicode strings. My project, that i was made on Windows, have some russian strings.
Now all of them are converted to unicode strings, and on the target i become not right that i wanted.
How can i turn this feature off?

Thanks in advace,

Alexei
Title: Re: Switch Unicode OFF
Post by: thomas on March 19, 2008, 07:08:28 pm
Unicode cannot be turned off.

Your problem probably does not come from Unicode, however. More likely, you have chosen a bad encoding for your source files.
Title: Re: Switch Unicode OFF
Post by: dje on March 19, 2008, 07:21:38 pm
And encoding can be set in the 'General settings' tab of the editor settings.

Dje
Title: Re: Switch Unicode OFF
Post by: MasterAlexei on March 19, 2008, 08:25:35 pm
Well, in general setting it is set to windows 1251.

But in a main window in status line UTF-8 is showed.