One more correction to misc/README.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7516 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2010-04-16 14:58:30 +00:00
parent 0aa28e28b4
commit 4d22e65e53

View File

@ -36,14 +36,14 @@ the colums with character codes x'80' - x'9F' (U+0080 - U+009F) are empty.
Special Notes: Special Notes:
U+0022 ("quotation mark") is doubled intentionally. This has been done for x'22' (U+0022: "quotation mark") is doubled intentionally. This has been
better results in test/editor, because otherwise the rest of the file would done for better results in test/editor, because otherwise the rest of the
be shown in blue color (as a comment). file would be shown in blue color (as a comment).
U+0098 ("small tilde") may not display correctly on Windows systems. I saw x'98' (U+02DC: "small tilde") may not display correctly on Windows systems.
the same effect with other Windows editors as well. The following characters I saw the same effect with other Windows editors as well. The following
may be display "shifted left" by one position. Seems to work correctly on characters may be displayed "shifted left" by one position. Seems to work
Linux (with UTF-8 encoding). correctly on Linux (with UTF-8 encoding).
There may currently be drawing artefacts when moving the cursor forwards There may currently be drawing artefacts when moving the cursor forwards
and/or backwards over some "special" characters. and/or backwards over some "special" characters.