about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-15 10:01:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-15 10:01:47 +0000
commit243539fa30b49d6e9f6c6a39257b35a9e2b70044 (patch)
treebab07ee16f6a8b1fe7db42cb5d5163156248a46d /Src/system.h
parent76364d31193ae8cd87a2e92cf2dfe3fb1601fc02 (diff)
downloadzsh-243539fa30b49d6e9f6c6a39257b35a9e2b70044.tar.gz
zsh-243539fa30b49d6e9f6c6a39257b35a9e2b70044.tar.xz
zsh-243539fa30b49d6e9f6c6a39257b35a9e2b70044.zip
21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.
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