Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: arkkimede on May 02, 2017, 04:22:20 am

Title: Selecting encoding to print italian accented letters
Post 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
Title: Re: Selecting encoding to print italian accented letters
Post by: BlueHazzard on May 02, 2017, 10:27:19 am
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...