diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-04-18 18:52:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-04-18 18:52:59 +0000 |
| commit | b1ba38da6033889ecaff0c1f69b872fb6c76d961 (patch) | |
| tree | b3fb2ad2b1f09ab70019beb107393c4ddaa18e79 /src/fl_utf.c | |
| parent | 78da588135ba3704ef110486af0c80104166c056 (diff) | |
Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'll try to get full Unicode support in soon. The current code uses some interesting solutions ;-).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6770 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_utf.c')
| -rw-r--r-- | src/fl_utf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c index 1a8d398fb..f50859fd8 100644 --- a/src/fl_utf.c +++ b/src/fl_utf.c @@ -46,7 +46,7 @@ \c NULL, only the length of the utf-8 sequence is calculated \return length of the sequence in bytes */ - /* FL_EXPORT int fl_unichar_to_utf8(Fl_Unichar uc, char *text); */ + /* FL_EXPORT int fl_unichar_to_utf8(Fl_Char uc, char *text); */ /** @} */ @@ -60,7 +60,7 @@ \param[in] uc Unicode character \return length of the sequence in bytes */ - /* FL_EXPORT int fl_utf8_size(Fl_Unichar uc); */ + /* FL_EXPORT int fl_utf8_size(Fl_Char uc); */ /** @} */ #endif /* 0 */ |
