summaryrefslogtreecommitdiff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h
index 04a21edd8..0c3215d84 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -705,7 +705,7 @@ extern short ospeed;
* between wide characters and multibyte strings.
*/
#if defined(HAVE_MBRTOWC) && defined(HAVE_WCRTOMB)
-/*#define ZLE_UNICODE_SUPPORT 1*/
+#define ZLE_UNICODE_SUPPORT 1
#endif
#else
# ifdef HAVE_LANGINFO_H