Author: AlbrechtS
Date: 2011-01-01 04:21:31 -0800 (Sat, 01 Jan 2011)
New Revision: 8153
Log:
Minor documentation fixes (typos).


Modified:
   branches/branch-1.3/documentation/src/intro.dox
   branches/branch-1.3/documentation/src/unicode.dox

Modified: branches/branch-1.3/documentation/src/intro.dox
===================================================================
--- branches/branch-1.3/documentation/src/intro.dox     2011-01-01 10:29:01 UTC 
(rev 8152)
+++ branches/branch-1.3/documentation/src/intro.dox     2011-01-01 12:21:31 UTC 
(rev 8153)
@@ -114,7 +114,7 @@
     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.
 

Modified: branches/branch-1.3/documentation/src/unicode.dox
===================================================================
--- branches/branch-1.3/documentation/src/unicode.dox   2011-01-01 10:29:01 UTC 
(rev 8152)
+++ branches/branch-1.3/documentation/src/unicode.dox   2011-01-01 12:21:31 UTC 
(rev 8153)
@@ -190,10 +190,10 @@
   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 @@
 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.

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to