From 0ec87f8b3488741f167a812b6bdca46b9ff6741d Mon Sep 17 00:00:00 2001
From: John Zaitseff <J.Zaitseff@zap.org.au>
Date: Sun, 28 Aug 2011 14:40:39 +1000
Subject: [PATCH] Multibyte locales require a wide-character version of Curses

---
 INSTALL | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index a9baeea..5308e8e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,7 +35,9 @@ and installation:
     older systems may also work without modification.
 
 3.  A working X/Open Curses-compatible  library, such as Ncurses.  Ncurses
-    is preferred over system-native libraries, if present.
+    is preferred  over system-native libraries, if  present.  Locales with
+    multibyte character sequences (such as UTF-8) require a wide-character
+    version of Curses, such as NcursesW, to work correctly.
 
 4.  The GNU Gettext library, version 0.18.1 or later, to allow the game to
     use languages other than English;  this is also called Native Language