From b1ba38da6033889ecaff0c1f69b872fb6c76d961 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 18 Apr 2009 18:52:59 +0000 Subject: 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 --- src/fl_utf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fl_utf.c') 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 */ -- cgit v1.2.3