From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: console font problem not eliminated Date: Fri, 31 Jan 2003 01:59:12 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3E39AE40.8000103@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Bart Oldeman wrote: > $_term_char_set="ibm" > $_external_char_set = "" > $_internal_char_set = "" > That works for me now (with that patch). Hmm, this doesn't look correct. At least for those who have different internal and external charsets (me) this doesn't work. IIRC Eric suggests to comment out $_term_char_set entirely and use only other two options, which is what works for me perfectly. So, unless I am missing something, $_term_char_set is absolete and is used in the new kbd code only for compatibility purposes (is this correct?)