Code::Blocks Forums
User forums => Help => Topic started by: bluekid on December 25, 2006, 09:53:47 am
-
i use C::B in Suse 10.1 and some of the files doesnt show in C::B but compile them and i open at KWrite
look image same file opened
(http://img221.imageshack.us/img221/6562/snapshot3ab4.th.jpg) (http://img221.imageshack.us/my.php?image=snapshot3ab4.jpg)
-
That's probably because your file uses a different character encoding than the default encoding of your system (for example it uses special characters in a ISO 8859-1 encoding and your system uses UTF8). You can change the encoding of the file somewhere in the codeblocks menu (I cant look it up at the moment on this computer) and you can also change the default encoding in the preferences. An automatic detection is still missing in C::B.