summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index 5f21fadba..c1db0541d 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -140,7 +140,7 @@
#define ESetInfo SetInfo
/* Only used in one place we haven't ifdeffed, where it returns the charset name */
-#define ObtainCharsetInfo(A,B,C) (const char *)"ISO-8859-1"
+#define ObtainCharsetInfo(A,B,C) (const char *)nsoption_charp(local_charset)
/* DOS */
#define AllocSysObjectTags(A,B,C,D) CreateMsgPort() /* Assume ASOT_PORT for now */