Author Topic: Switch Unicode OFF  (Read 3218 times)

Offline MasterAlexei

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Fun electronic
Switch Unicode OFF
« 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Switch Unicode OFF
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Switch Unicode OFF
« Reply #2 on: March 19, 2008, 07:21:38 pm »
And encoding can be set in the 'General settings' tab of the editor settings.

Dje

Offline MasterAlexei

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Fun electronic
Re: Switch Unicode OFF
« Reply #3 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.