diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-12 09:20:11 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-12 09:20:11 +0000 |
| commit | 0cfc13260167c54911e27c8a3abc917c243cef41 (patch) | |
| tree | a82e11e09a6c26d8fe00f6f6bfd2777fce1c1219 /documentation/src/migration_1_3.dox | |
| parent | be8b1f4ac5d950c40ec291e3892558cbaa270c5c (diff) | |
Documentation updates. Reformatted development.dox, removed some old and
obsolete parts.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8267 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/migration_1_3.dox')
| -rw-r--r-- | documentation/src/migration_1_3.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/migration_1_3.dox b/documentation/src/migration_1_3.dox index 4c1f1bfba..6496c066a 100644 --- a/documentation/src/migration_1_3.dox +++ b/documentation/src/migration_1_3.dox @@ -40,8 +40,8 @@ Please refer to the \ref unicode chapter for more details. \note It is important that, although your software uses only ASCII characters for input to FLTK widgets, the user may enter non-ASCII characters, and FLTK -will return these characters with utf-8 encoding to your application, e.g. -via Fl_Input::value(). You \b will need to re-encode them to \b your (non-utf-8) +will return these characters with UTF-8 encoding to your application, e.g. +via Fl_Input::value(). You \b will need to re-encode them to \b your (non-UTF-8) encoding, otherwise you might see or print garbage in your data. |
