summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 479a3f977..80a2802b9 100644
--- a/unix.c
+++ b/unix.c
@@ -631,7 +631,7 @@ const char *convert_to_fs_charset(const char *filename)
outbuf = strrchr(statout, '/');
if(alreadyInited == false)
{
- convd = iconv_open("UTF-8", "ISO-8859-15");
+ convd = iconv_open("UTF-8-MAC", "ISO-8859-15");
if(convd == (iconv_t)(-1))
return filename;
alreadyInited = true;