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.
2 parents ebc298d + d3b9944 commit d846717Copy full SHA for d846717
gettext.c
@@ -12,6 +12,8 @@
12
# include <libintl.h>
13
# ifdef HAVE_LIBCHARSET_H
14
# include <libcharset.h>
15
+# elif defined GIT_WINDOWS_NATIVE
16
+# define locale_charset() "UTF-8"
17
# else
18
# include <langinfo.h>
19
# define locale_charset() nl_langinfo(CODESET)
0 commit comments