From 243539fa30b49d6e9f6c6a39257b35a9e2b70044 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 15 Aug 2005 10:01:47 +0000 Subject: 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. --- Src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/system.h') 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 -- cgit v1.2.3