summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-10-13 19:26:18 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-10-13 19:26:18 +0000
commita26d5408a1f90a073aef48ddf67010b87d06553c (patch)
tree005fb5035b82f35aae74f83fc1476512d0180828 /src/fl_utf.c
parent3fda0918b652be74081039f5cece649d21e329e8 (diff)
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
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c11
1 files changed, 2 insertions, 9 deletions
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 <string.h>
#include <stdlib.h>
-#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