Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 08, 2006, 08:00:02 pm

Title: The 08 february 2006 build is out.
Post by: killerbot on February 08, 2006, 08:00:02 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 08 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_08feb2006_rev1966_win32.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: BUG?
Post by: Quetz on February 08, 2006, 10:10:20 pm
I've discovered that there is a problem with national characters in comments in code. I know that at the bottom of the screen "iso-8859-1" is written, but....I don't know, but think there was no a problem like that in previous versions or maybe I just now noticed that (i'm using cb for a year).

All in all, I'm writing a html parser program that must find some words in html file and then react. Phrases that he (the parser) is looking for i store in a const table of strings. It looks strange when I see polish national chars  replaced with some strange chars from iso-8859-1. Then i'm asking myself whether the program gonna find all the words correctly in my national coding standard (iso-8859-2).

Best regards! Great job!
Quetz
Title: Re: The 08 february 2006 build is out.
Post by: mandrav on February 08, 2006, 10:15:31 pm
Try "Edit->File encoding"...
Title: Re: The 08 february 2006 build is out.
Post by: Quetz on February 08, 2006, 10:22:26 pm
Thank you Mandrav!

I didn't know about it. It's interesting. Is it possible to foce CB to save effects in Unicode?

Big thanks!
Quetz
Title: Re: The 08 february 2006 build is out.
Post by: mandrav on February 08, 2006, 11:32:40 pm
Quote
Is it possible to foce CB to save effects in Unicode?

Not yet...