From owner-freebsd-current@FreeBSD.ORG Tue Aug 25 22:06:35 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2DD8106568E for ; Tue, 25 Aug 2009 22:06:35 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2A88FC24 for ; Tue, 25 Aug 2009 22:06:35 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Mg49y-000KM3-9I; Wed, 26 Aug 2009 02:06:34 +0400 From: Boris Samorodov To: rick-freebsd2008@kiwi-computer.com References: <01895862@bb.ipt.ru> <86ab1pf8rj.fsf@gmail.com> <53729554@bb.ipt.ru> <20090825210719.GB46753@keira.kiwi-computer.com> Date: Wed, 26 Aug 2009 02:06:33 +0400 In-Reply-To: <20090825210719.GB46753@keira.kiwi-computer.com> (Rick C. Petty's message of "Tue, 25 Aug 2009 16:07:19 -0500") Message-ID: <91153350@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: freebsd-current@FreeBSD.org Subject: Re: man and UTF-8 locales X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 25 Aug 2009 22:06:35 -0000 On Tue, 25 Aug 2009 16:07:19 -0500 Rick C. Petty wrote: > On Tue, Aug 25, 2009 at 03:03:41PM +0400, Boris Samorodov wrote: > > On Mon, 24 Aug 2009 20:59:12 +0400 Anonymous wrote: > > > Boris Samorodov writes: > > > > > > Manual pages are still broken for UTF-8 locale. Here is a part > > > > of bzip2(1): > > > > ftp://ftp.ipt.ru/pub/images/man_bzip2.gif ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [1] > > > `-' (0x2D, HYPHEN-MINUS) renders as `‐' (U+2010, HYPHEN). > > > > > See r192561 and this *workaround* > > > > Yep, there are some workarounds here. I use "LANG=C" to > > overcome the case. The main question is if this bug will > > be fixed before release or not. > It was already fixed on 2009-05-21 and MFC'd to 7-stable. This screen [1] was taken from 8-BETA3. -- WBR, bsam