1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 14:06:39 +00:00
termux-packages/packages/suite3270/Common-codepage.c.patch
2022-01-14 15:10:40 +02:00

15 lines
378 B
Diff

--- a/Common/codepage.c
+++ b/Common/codepage.c
@@ -105,7 +105,11 @@
setlocale(LC_ALL, "");
/* Figure out the locale code set (character set encoding). */
+#ifdef __ANDROID__
+ codeset_name = "UTF-8";
+#else
codeset_name = nl_langinfo(CODESET);
+#endif
# if defined(__CYGWIN__) /*[*/
/*
* Cygwin's locale support is quite limited. If the locale