summaryrefslogtreecommitdiff
path: root/documentation/src/unicode.dox
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2011-01-01 04:42:56 +0000
committerMatthias Melcher <fltk@matthiasm.com>2011-01-01 04:42:56 +0000
commit8074cb6f8213ec824547986ecd85f6072250d168 (patch)
tree642d44a0250f15c30ef4d48342818ef921f0dea6 /documentation/src/unicode.dox
parente3fde20cf8c847d70b355a85ce58cad4651d115b (diff)
A bunch of documentation updates. Not sure if I found everything. The Unicode section needs some love.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/unicode.dox')
-rw-r--r--documentation/src/unicode.dox35
1 files changed, 0 insertions, 35 deletions
diff --git a/documentation/src/unicode.dox b/documentation/src/unicode.dox
index 46026d2e8..0cde8b658 100644
--- a/documentation/src/unicode.dox
+++ b/documentation/src/unicode.dox
@@ -494,41 +494,6 @@ converts the strings to lower case Unicode as part of the comparison.
\li explain issues with Fl_Preferences
\li why FLTK has no Fl_String class
-\par DONE:
-
-\li initial transfer of the Ian/O'ksi'D patch
-\li adapted Makefiles and IDEs for available platforms
-\li hacked some Unicode keyboard entry for OS X
-
-\par ISSUES:
-
-\li IDEs:
- - Makefile support: tested on Fedora Core 5 and OS X, but heaven knows
- on which platforms this may fail
- - Xcode: tested, seems to be working (but see comments below on OS X)
- - VisualC (VC6): tested, test/utf8 works, but may have had some issues
- during merge. Some additional work needed (imm32.lib)
- - VisualStudio2005: tested, test/utf8 works, some addtl. work needed
- (imm32.lib)
- - VisualCNet: sorry, I have no longer access to that IDE
- - Borland and other compiler: sorry, I can't update those
-
-\li Platforms:
- - you will encounter problems on all platforms!
- - X11: many characters are missing, but that may be related to bad
- fonts on my machine. I also could not do any keyboard tests yet.
- Rendering seems to generally work ok.
- - Win32: US and German keyboard worked ok, but no compositing was
- tested. Rendering looks pretty good.
- - OS X: redering looks good. Keyboard is completely messed up, even in
- US setting (with Alt key)
- - all: while merging I have seen plenty of places that are not
- entirley utf8-safe, particularly Fl_Input, Fl_Text_Editor, and
- Fl_Help_View. Keycodes from the keyboard conflict with Unicode
- characters. Right-to-left rendered text can not be marked or edited,
- and probably much more.
-
-
\htmlonly
<hr>
<table summary="navigation bar" width="100%" border="0">