Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: arkkimede on May 02, 2017, 04:22:20 am
-
Hi, I would like to know how set the encoding in the setting->Editor->Encode setting of C::B to print in console Italian accented letters like è, é etc.
Thank you
-
Are you using windows or unix?
Generally speaking this is the wrong forum for your question, because it is not related to codeblocks. But i will give you some hint.
For windows:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791
For unix:
use utf-8 encoding on all files and it should work out of the box...