From owner-freebsd-current@FreeBSD.ORG Wed Feb 18 02:58:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7291016A4CE for ; Wed, 18 Feb 2004 02:58:41 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 477D243D2D for ; Wed, 18 Feb 2004 02:58:41 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.200.9) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA927001D6E94; Wed, 18 Feb 2004 21:58:34 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id D9EDB41C0; Wed, 18 Feb 2004 21:58:07 +1100 (EST) Date: Wed, 18 Feb 2004 21:58:07 +1100 From: Tim Robbins To: "Wilhelm B. Kloke" Message-ID: <20040218105807.GA30854@cat.robbins.dropbear.id.au> References: <1077049653.126097@vestein> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1077049653.126097@vestein> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: UTF-8 problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:58:41 -0000 On Tue, Feb 17, 2004 at 08:26:46PM +0000, Wilhelm B. Kloke wrote: > Man page output is crippled, when LANG=de_DE.UTF-8. > This is corrected by loading a current less. > > vi does not work correctly on Umlauts. > I am not sure whether updating ncurses is sufficient; > or whether updating vi also is needed, > or both are insufficient. Both of these are probably caused by incorrect handling of multibyte characters in less & vi. Many of the text-processing utilities in the base system also share this problem. You could try using an ISO 8859 locale instead, or try using Vim (which probably supports UTF-8) instead of nvi. Tim