From db214d1145e46d527a46d1fc2519548d2c4d23f1 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 15:21:34 +0500 Subject: wip: fork --- FL/fl_utf8.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'FL/fl_utf8.h') 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 -- cgit v1.2.3