From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267730AbUG3QMl (ORCPT ); Fri, 30 Jul 2004 12:12:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267732AbUG3QMl (ORCPT ); Fri, 30 Jul 2004 12:12:41 -0400 Received: from monster.roma2.infn.it ([141.108.255.100]:11698 "EHLO monster.roma2.infn.it") by vger.kernel.org with ESMTP id S267730AbUG3QMj (ORCPT ); Fri, 30 Jul 2004 12:12:39 -0400 From: "Emiliano 'AlberT' Gabrielli" Reply-To: AlberT@SuperAlberT.it Organization: SuperAlberT.it To: linux-kernel@vger.kernel.org Subject: Re: [SOLVED] tty1 and italian charset ... Date: Fri, 30 Jul 2004 18:12:34 +0200 User-Agent: KMail/1.6.2 Cc: Andries Brouwer References: <200407261647.40006.AlberT@SuperAlberT.it> <20040729163133.GC4008@pclin040.win.tue.nl> <200407301630.09754.AlberT@SuperAlberT.it> In-Reply-To: <200407301630.09754.AlberT@SuperAlberT.it> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <200407301812.34497.AlberT@SuperAlberT.it> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 16:30, venerdě 30 luglio 2004, Emiliano 'AlberT' Gabrielli wrote: > On 18:31, giovedě 29 luglio 2004, you wrote: > > > > Sounds like you're trying to print Latin-1 on an UTF-8 console or > > > > vice versa. > > > > > > > >         echo -ne '\\033%G'      -- Enable UTF-8 > > > >         echo -ne '\\033%@'      -- Disable UTF-8 > > > > > > > >         -hpa > > > > (If it is not that, then investigate your font, etc. > > This is probably not a kernel matter.) > > yep, I tried them ... without the double backslash :-) > > they just turn UTF-8 on/off ... no change about my problem. > What problem in my font ?? why should my font works wrong _only_ on tty1 > ??? > > is there a place in kernel where I could set a wrong font for console, and > a reason explaining why this affects only tty1 ? thanx to Andries suggestion I forced SCREEN_FONT=lat0-sun16 in /etc/console-tools/config ... now it works fine :-) --