We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334d493 commit efea70fCopy full SHA for efea70f
localeinit.c
@@ -55,9 +55,6 @@ locale_charmap(VALUE (*conv)(const char *))
55
#elif defined HAVE_LANGINFO_H
56
codeset = nl_langinfo(CODESET);
57
ASSUME(codeset);
58
-# ifdef __APPLE__
59
- if (!*codeset) codeset = "UTF-8";
60
-# endif
61
#else
62
# error locale_charmap() is not implemented
63
#endif
0 commit comments