summaryrefslogtreecommitdiff
path: root/FL/fl_utf8.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
commitdb214d1145e46d527a46d1fc2519548d2c4d23f1 (patch)
treecf0fd9922e4d54f6beb63888f9b28c8e2a787bdf /FL/fl_utf8.h
parent75fc94d6c71fe686f6dde5b41ad91cba2f6bdd6f (diff)
wip: fork
Diffstat (limited to 'FL/fl_utf8.h')
-rw-r--r--FL/fl_utf8.h8
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