From owner-freebsd-questions@FreeBSD.ORG Sun Feb 12 09:13:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8E516A420 for ; Sun, 12 Feb 2006 09:13:16 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC53C43D45 for ; Sun, 12 Feb 2006 09:13:15 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [81.233.240.72] (81.233.240.72) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43EC2A6A00064215; Sun, 12 Feb 2006 10:13:14 +0100 Message-ID: <43EEFC2B.2080904@n00b.apagnu.se> Date: Sun, 12 Feb 2006 10:13:15 +0100 From: Niclas Zeising User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: John S References: <43EE1639.5000304@kvanix.com> In-Reply-To: <43EE1639.5000304@kvanix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: How get swedish keyboard on the consol after loggin on X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 09:13:16 -0000 John S wrote: > After the system starts and before I log on to the system > the keys and letters åäö and ÅÄÖ seem to work OK. But > as soon as I log on they don't. Why is that? > > Thanks! > /John Have you edited your ~/.login.conf to properly display Swedish characters? Take a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html on how to achieve it. Regards! //Niclas --