From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 14:39:04 2014 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 817EB387 for ; Thu, 24 Apr 2014 14:39:04 +0000 (UTC) Received: from mgaterz1.oekb.co.at (mgaterz1.oekb.co.at [143.245.5.111]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "*.oekb.co.at", Issuer "TC TrustCenter Class 2 L1 CA XI" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CCD6B1195 for ; Thu, 24 Apr 2014 14:39:03 +0000 (UTC) Received: from exchhubcas1.oekb.co.at ([143.245.3.64]) by mgaterz1.oekb.co.at with ESMTP/TLS/AES128-SHA; 24 Apr 2014 16:38:58 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by internal-relay-exchhubcas1.oekb.co.at (143.245.3.65) with Microsoft SMTP Server id 14.2.318.4; Thu, 24 Apr 2014 16:38:58 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.8/8.14.8) with ESMTP id s3OEcwir010802; Thu, 24 Apr 2014 16:38:58 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.8/8.14.8/Submit) id s3OEcwrd010801; Thu, 24 Apr 2014 16:38:58 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Thu, 24 Apr 2014 16:38:58 +0200 From: Ewald Jenisch To: Subject: FreeBSD10 - changes with "Umlauts"? Message-ID: <20140424143858.GA10640@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 14:39:04 -0000 Hi, After setting up a new system (FreeBSD10) I'm trying to get "Umlauts" to display correctly both on the console and under X11, including X11-clients. Over various FreeBSD releases I worked with the following configuration: /etc/ttys: console none cons25l1 off secure ttyv0 "/usr/libexec/getty Pc" cons25l1 on secure ... In order to get the correct locale settings for users they have a setting like this in their ~/.bash_profile: export LC_CTYPE=de_AT.ISO8859-15 Just for completeness, here's what I got in /etc/rc.conf: keymap="german.iso.acc.kbd" Status: 1) Umlauts *don't* work on the console 2) Umlauts work under X11 and clients (emacs, firefox,...) 3) When accessing the box via ssh from "putty" with "UTF-8" set in putty: small caps umlauts work caps umlauts don't work I've also experimented with setting "LC_CTYPE=de_AT.UTF-8" but that only made matters worse So here are my questions: o) Has anything changed wrt umlaut characters from FreeBSD9 to FreeBSD10? o) Shouldn't setting "UTF-8" work with umlauts in all cases? o) Any ideas on how to get umlaut characters to work in every case, i.e. -) console -) X11 -) putty session (ssh) Thanks much in advance for your help, -ewald