summaryrefslogtreecommitdiff
path: root/documentation/src/osissues.dox
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-10-19 11:23:51 +0000
committerManolo Gouy <Manolo>2012-10-19 11:23:51 +0000
commit00ed897277139be1b03ac90afcf45af3105f2d47 (patch)
treed953570be0c30e9271cd33e6d35688c2655d2370 /documentation/src/osissues.dox
parent406bafecc640ad002e33f90d99e5338fb0d3e88c (diff)
Documented the fl_open() utility function.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9704 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/osissues.dox')
-rw-r--r--documentation/src/osissues.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index 58d960896..e72398e7f 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -475,9 +475,9 @@ 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.
+In FLTK, all strings, including filenames, are UTF-8 encoded. The utility functions
+fl_fopen() and fl_open() allow to open files potentially having non-ASCII names in a
+cross-platform fashion, whereas the standard fopen()/open() functions fail to do so.
\subsection osissues_win32_messages Handling Other WIN32 Messages