Anyone interested in a Unicode version of Code Browser ?
The development of the Unicode version is currently in progress, I've added the source code to the SVN repository. The editor now works internally with UTF16 encoding, it can load and save files using the default locale, UTF-8 or UTF-16 encodings.
Right-to-left scripts are not handled yet.
There is no auto-detection of the encoding when opening a file, so a file without signature (BOM) will be loaded using the current locale.
People interested in the unicode version who want to help its development can test it and report bugs. You can download the sources from the subversion repository or download a nightly build here: http://mkerbiquet.free.fr/download/code-browser/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anyone interested in a Unicode version of Code Browser ?
The development of the Unicode version is currently in progress, I've added the source code to the SVN repository. The editor now works internally with UTF16 encoding, it can load and save files using the default locale, UTF-8 or UTF-16 encodings.
Right-to-left scripts are not handled yet.
There is no auto-detection of the encoding when opening a file, so a file without signature (BOM) will be loaded using the current locale.
People interested in the unicode version who want to help its development can test it and report bugs. You can download the sources from the subversion repository or download a nightly build here:
http://mkerbiquet.free.fr/download/code-browser/
This version doesn't compile on mac os.
I will try to fix it.
Damien