diff options
Diffstat (limited to 'FL/fl_utf8.h')
| -rw-r--r-- | FL/fl_utf8.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index c55db12e9..bd55f655d 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -116,14 +116,6 @@ FL_EXPORT char* fl_utf2mbcs(const char *src); FL_EXPORT unsigned fl_utf8from_mb(char *dst, unsigned dstlen, const char *src, unsigned srclen); /*****************************************************************************/ -#ifdef _WIN32 -/* these two Windows-only functions are kept for API compatibility */ -/* OD: Attempt to convert the UTF-8 string to the current locale */ -FL_EXPORT char *fl_utf8_to_locale(const char *s, int len, unsigned int codepage); - -/* OD: Attempt to convert a string in the current locale to UTF-8 */ -FL_EXPORT char *fl_locale_to_utf8(const char *s, int len, unsigned int codepage); -#endif /* _WIN32 */ /***************************************************************************** * The following functions are intended to provide portable, UTF-8 aware |
