From 42a931a42f81f3c2f0986815069daf32315a784b Mon Sep 17 00:00:00 2001 From: pius Date: Sat, 4 Dec 1999 17:23:46 +0000 Subject: [PATCH 1/1] - fixed for use with console-tools-0.3.x (#118) - changed default font to the real iso-8859-2 one Changed files: console.sysconfig -> 1.2 --- console.sysconfig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/console.sysconfig b/console.sysconfig index 794dbc5..b8fd295 100644 --- a/console.sysconfig +++ b/console.sysconfig @@ -6,13 +6,12 @@ SVGATEXTMODE= # lines on the screen. Other options may be specified after the font name, # e.g. -k a_fallback_table #CONSOLEFONT="iso2-16 -k qrczak" -CONSOLEFONT="iso02grf" +CONSOLEFONT=lat2u-16 -# Application-charset map file name (usually from /usr/share/consoletrans dir). -# Determines the encoding used by the console when in single-byte (non-Unicode) -# mode -#CONSOLEMAP=iso02 -CONSOLEMAP=iso01 +# Application-charset map file name (usually from /usr/share/i18n/charmaps dir +# or /usr/share/consoletrans dir (obsoleted)). Determines the encoding used +# by the console when in single-byte (non-Unicode) mode. +CONSOLEMAP=ISO-8859-2 # Keyboard table file name KEYTABLE=pl1 -- 2.44.0