summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-26 19:37:18 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-26 19:37:18 +0000
commit520e81f98d7560cb39a9141c698723e2e36aa675 (patch)
tree6fb7885421e4c7e2c8c08187ca4963886ebdf1ea /amiga/os3support.h
parent9505b8e5143b3b11f86469818258f1b628053d08 (diff)
downloadnetsurf-520e81f98d7560cb39a9141c698723e2e36aa675.tar.gz
netsurf-520e81f98d7560cb39a9141c698723e2e36aa675.tar.bz2
Alloc specifying local charset on OS3 as we can't get this from Locale
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 */