News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Switch Unicode OFF

Started by MasterAlexei, March 19, 2008, 04:57:33 PM

Previous topic - Next topic

MasterAlexei

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

thomas

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

dje

And encoding can be set in the 'General settings' tab of the editor settings.

Dje

MasterAlexei

Well, in general setting it is set to windows 1251.

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