summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 115a51186d..64440ba36c 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -259,6 +259,10 @@
#error You can use either REGEX_POSIX or REGEX_PCRE, or neither, but not both.
#endif
+#if defined(UNICODE_GLYPHS) && !defined(UNICODE_LOCALE)
+#define UNICODE_LOCALE "en_US.UTF-8"
+#endif
+
// =========================================================================
// Debugging Defines
// =========================================================================