Author Topic: Can anybody help? "encoding changed"  (Read 3716 times)

Offline titaas

  • Single posting newcomer
  • *
  • Posts: 2
Can anybody help? "encoding changed"
« on: December 15, 2013, 12:27:18 pm »


What the problem is here? I couldn't find answer anywhere.
« Last Edit: December 15, 2013, 12:53:38 pm by titaas »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Can anybody help? "encoding changed"
« Reply #1 on: December 15, 2013, 01:35:12 pm »
What the problem is here? I couldn't find answer anywhere.
Well the hint already gives you the information:

You have entered non-ANSI characters into a ANSI file. This won't work, therefore the encoding did change to UTF-8. Nothing to worry about, it has to be like that, otherwise your ANSI file would get cut at the beginning of the first non-ANSI character.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline titaas

  • Single posting newcomer
  • *
  • Posts: 2
Re: Can anybody help? "encoding changed"
« Reply #2 on: December 15, 2013, 01:38:16 pm »
Thank you.  :)