From d11a97487be1ba9429ff47a9783e5cf5000ed25d Mon Sep 17 00:00:00 2001 From: George Sherwood Date: Wed, 14 Jan 2009 14:54:06 -0600 Subject: ncurses: Default for new iso is for UTF-8 to y. Updated spell to match so new installs don't get flipped back and hit the dreaded ncurses/bash bug. (cherry picked from commit 6ee0194adea4a4efe152362ca852e125c91c2a3f) --- libs/ncurses/CONFIGURE | 2 +- libs/ncurses/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/ncurses/CONFIGURE b/libs/ncurses/CONFIGURE index ca940c2415..54d67f1fd1 100755 --- a/libs/ncurses/CONFIGURE +++ b/libs/ncurses/CONFIGURE @@ -1 +1 @@ -config_query UTF8 "Enable UTF-8 fonts?" n +config_query UTF8 "Enable UTF-8 fonts?" y diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY index 7fa9bbc799..1d5ccf4398 100644 --- a/libs/ncurses/HISTORY +++ b/libs/ncurses/HISTORY @@ -1,3 +1,6 @@ +2009-01-14 George Sherwood + * CONFIGURE: Change default for UTF-8 to yes + 2008-11-04 Vlad Glagolev * DETAILS: updated spell to 5.7; quoting paths; added 2nd url for sig; fixed descs; cleaned up -- cgit v1.2.3