User forums > Nightly builds

The 26 february 2006 build is out. (UNICODE and ANSI !!!)

(1/3) > >>

killerbot:
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 26 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060226_rev2084_win32.7z
  - Windows (ANSI): http://download.berlios.de/codeblocks/CB_20060226_rev2084_win32_ansi_.7z
  - Linux : not supported yet


Resolved Fixed:


* Added debian folder for .deb creation
* Fix for compiler options dialog in 120 dpi
* Fixed some View menu items not working in linux (Manager, Open files
and Fullscreen)
* Fixed default EOL mode to be defined correctly under each
platform
* Improved filenames handling
Regressions/Confirmed/Annoying/Common bugs:


* DDE bug : clicking in windows explorer on a CB registered file throws an error message box
* toolbar-images-not-changing-state (is a wx problem)
* there are several issues with Code Completion (is being redesigned : work in progress)

arnix:
Hi, when I write something in unicode in the source code and save the file it becomes 0 bytes. I don't know it's CodeBlocks or Scintilla bug, here is the string which contains unicde letters, when I delete these 3 letters everything goes well, when I write even one such letter and try to save the *.cpp file it becomes 0 bytes length... Thank you.

_tprintf(_T("%s"), _T("Այո"));

killerbot:
check your File encoding settings

arnix:

--- Quote from: killerbot on February 26, 2006, 10:25:34 pm ---check your File encoding settings

--- End quote ---

Ah, thank you.
Anyway, I think it would be "logically more right" if it could automatically detect non ASCII characters and ask what to do.

P.S.
Do you know if it is ISO standard compatible UTF-8 or UNICODE source files with BOM? In other words, do all popular compilers support such files? Thank you once more.

killerbot:
now that's out of my league, I just knew it is often a cause of problems.
Yiannis, Thomas to the rescue please (they know all about this) ...  :mrgreen:

Navigation

[0] Message Index

[#] Next page

Go to full version