Add mention of Unicode by way of UTF-8 in INSTALL.
authorDavid Griffith <dave@661.org>
Tue, 27 Aug 2019 22:30:07 +0000 (15:30 -0700)
committerDavid Griffith <dave@661.org>
Tue, 27 Aug 2019 22:30:07 +0000 (15:30 -0700)
INSTALL

diff --git a/INSTALL b/INSTALL
index 4af9b33f85a5e5240631affe2a9bf95fbbae39a0..6f5ea4502b9cd042e32e7fcb5fc1405d773b8986 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,6 +16,10 @@ run Frotz:
   * A POSIX-compliant version of make (GNU make will do)
   * A reasonably good SYSV derived curses library (ncurses is best)
 
+For Unicode support by way of UTF-8, libncursesw is required.  Unicode
+support can be disabled in the Makefile by commenting out this line:
+  USE_UTF8 ?= yes
+
 For sound support, a few more things are necessary:
   * libao         (1.1.0 or higher)
   * libmodplug    (0.8.8.4 or higher)
@@ -202,6 +206,11 @@ notices you don't have a config file of your own in "$HOME/.frotzrc".
 Platform-specific issues ||
 ===========================
 
+Unicode character support:
+Currently, only libncursesw is known to fully provide Unicode support by
+way of UTF-8 character encoding.  At the moment, it's not clear if BSD
+curses does the job all the way.
+
 Linux:  No apparent problems.
 
 [Net|Open|Free]BSD:  If you have NetBSD 1.6.x or later, you can use the