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
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.
And encoding can be set in the 'General settings' tab of the editor settings.
Dje
Well, in general setting it is set to windows 1251.
But in a main window in status line UTF-8 is showed.