diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-08-15 10:01:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-08-15 10:01:47 +0000 |
commit | 243539fa30b49d6e9f6c6a39257b35a9e2b70044 (patch) | |
tree | bab07ee16f6a8b1fe7db42cb5d5163156248a46d /Src/system.h | |
parent | 76364d31193ae8cd87a2e92cf2dfe3fb1601fc02 (diff) | |
download | zsh-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.h | 2 |
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 |