From a26d5408a1f90a073aef48ddf67010b87d06553c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 13 Oct 2008 19:26:18 +0000 Subject: STR 1952: Fixed first modifier key event, some minor utf8 orrections. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6416 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_utf.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/fl_utf.c') diff --git a/src/fl_utf.c b/src/fl_utf.c index d78368550..102591d74 100644 --- a/src/fl_utf.c +++ b/src/fl_utf.c @@ -23,10 +23,7 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - +#if 0 /** \defgroup fl_unichar Unicode Character Functions Global Functions Handling Single Unicode Characters @@ -56,7 +53,7 @@ extern "C" { //FL_EXPORT int fl_utf8_size(Fl_Unichar uc); /** @} */ - +#endif // 0 /* Set to 1 to turn bad UTF8 bytes into ISO-8859-1. If this is to zero they are instead turned into the Unicode REPLACEMENT CHARACTER, of @@ -839,7 +836,3 @@ int fl_utf8test(const char* src, unsigned srclen) { } return ret; } - -#ifdef __cplusplus -} -#endif -- cgit v1.2.3