News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

unicode file and CB (suse 10.1)

Started by killerbot, June 27, 2006, 09:37:52 PM

Previous topic - Next topic

killerbot

On SUSE 10.1 (64 bit) :

This zip file (http://forums.next.codeblocks.org/index.php?action=dlattach;topic=3226.0;attach=1027) contains a main.cpp.
When I open this main.cpp I can't see anything.
Similar thing happens with the Cb source : tinystr.cpp ?

I remember something like this happening on windows, but can't remember how to solve it.

Any ideas ??

MortenMacFly

Quote from: killerbot on June 27, 2006, 09:37:52 PM
Any ideas ??
Play around Settings -> Editor -> "Default ewncosing when opening files". Maybe "default" or "ISO8859-1" (or any other ISO page that is appropriate for you) resolves this issue.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

killerbot

it's UTF-8. So that should be ok. Unicode is there to solve the problem ... ;-) ... sometimes ...

MortenMacFly

Quote from: killerbot on June 27, 2006, 09:54:47 PM
it's UTF-8.
Good point. If I set this to UTF-8 suddenly I don't see anything, too. Even on Windows. That's quite strange, isn't it?!
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]