From dc789745866f14997d8b14b4db871103564280ab Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Feb 2006 23:26:17 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 3 +++ src/encoding.C | 1 + 2 files changed, 4 insertions(+) diff --git a/Changes b/Changes index aa7633b0..2cf8b3fa 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,8 @@ DUMB: support tex fonts TODO: option popup hook, make some exts switchable TODO: constant offste with automove TODO: rework colors and blabla section +TODO: hednod-tabs +TODO: forward keyevents to subtabs - changed interpretation of [alpha] colour prefix. - +option now really sets the option to default, instead of using the @@ -33,6 +35,7 @@ TODO: rework colors and blabla section - reorganised the FAQ into multiple sections. - forcing a configure event to tabbed subwindows with -pe tabbed, for the benefit of automove-background. + - add ISO646.1991-IRV to the list of supported codesets. 7.5 Tue Jan 31 15:15:43 CET 2006 - further improvements to the careful mode detection, and font width diff --git a/src/encoding.C b/src/encoding.C index d501f7ef..54883fcc 100644 --- a/src/encoding.C +++ b/src/encoding.C @@ -59,6 +59,7 @@ const struct n2cs { { "ASCII", CS_US_ASCII }, { "USASCII", CS_US_ASCII }, { "ANSIX341968", CS_US_ASCII }, + { "ISO646.1991-IRV", CS_US_ASCII }, // older versions used the currency sign { "KOI8R*", CS_KOI8_R }, { "GOST1976874*", CS_KOI8_R }, -- 2.34.1