diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-01 12:21:31 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-01 12:21:31 +0000 |
| commit | 5d0d8101836792595e46d89552a32cfa922d4cf2 (patch) | |
| tree | ca95e9afcbaf49d240d3ea4c20cfb28a82ec862a /documentation/src | |
| parent | 60e67f75b7ddb7705de3da87bcd24d483eb1ca27 (diff) | |
Minor documentation fixes (typos).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/intro.dox | 2 | ||||
| -rw-r--r-- | documentation/src/unicode.dox | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index 4e5d0db0c..26abb298c 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -114,7 +114,7 @@ Here are some of the core features unique to FLTK: emulation if none is available. \li Text widgets with cut & paste, undo, and support - for Unicode text and international input methods.. + for Unicode text and international input methods. \li Compatibility header file for the GLUT library. diff --git a/documentation/src/unicode.dox b/documentation/src/unicode.dox index 0cde8b658..f1a6e4cf3 100644 --- a/documentation/src/unicode.dox +++ b/documentation/src/unicode.dox @@ -190,10 +190,10 @@ the following limitations: appears to handle a wider set. What about illegal characters? See comments in %fl_utf8fromwc() and %fl_utf8toUtf16(). -\section unicode_illegals Illegal Unicode and UTF8 sequences +\section unicode_illegals Illegal Unicode and UTF-8 sequences Three pre-processor variables are defined in the source code that -determine how %fl_utf8decode() handles illegal UTF8 sequences: +determine how %fl_utf8decode() handles illegal UTF-8 sequences: - if ERRORS_TO_CP1252 is set to 1 (the default), %fl_utf8decode() will assume that a byte sequence starting with a byte in the range 0x80 @@ -237,7 +237,7 @@ of the sequence. Trailing bytes in a UTF-8 sequence will return -1. Please see the individual function description for further details about error handling and return values. -\section unicode_fltk_calls FLTK Unicode and UTF8 functions +\section unicode_fltk_calls FLTK Unicode and UTF-8 functions This section currently provides a brief overview of the functions. For more details, consult the main text for each function via its link. |
