From 406bafecc640ad002e33f90d99e5338fb0d3e88c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 19 Oct 2012 09:23:05 +0000 Subject: Documented the fl_fopen() utility function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9702 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/osissues.dox | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index ded59bc89..58d960896 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -473,6 +473,12 @@ match is found, a global search is done (e.g. The Windows interface provides access to the WIN32 GDI state information and data structures. +\subsection non_ascii_filenames Using filenames with non-ASCII characters + +In FLTK, all strings, including filenames, are UTF-8 encoded. The utility function +fl_fopen() allows to open files potentially having non-ASCII names in a +cross-platform fashion, whereas the standard fopen() function fails to do so. + \subsection osissues_win32_messages Handling Other WIN32 Messages By default a single WNDCLASSEX called "FLTK" is -- cgit v1.2.3