From 0cfc13260167c54911e27c8a3abc917c243cef41 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 12 Jan 2011 09:20:11 +0000 Subject: 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 --- documentation/src/migration_1_3.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src/migration_1_3.dox') 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. -- cgit v1.2.3