Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 18:22:12 -0500
From:      "Rick C. Petty" <rick-freebsd2008@kiwi-computer.com>
To:        Boris Samorodov <bsam@ipt.ru>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: man and UTF-8 locales
Message-ID:  <20090825232212.GA48012@keira.kiwi-computer.com>
In-Reply-To: <91153350@h30.sp.ipt.ru>
References:  <01895862@bb.ipt.ru> <86ab1pf8rj.fsf@gmail.com> <53729554@bb.ipt.ru> <20090825210719.GB46753@keira.kiwi-computer.com> <91153350@h30.sp.ipt.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 26, 2009 at 02:06:33AM +0400, Boris Samorodov wrote:
> 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 <bsam@ipt.ru> 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]
> 
> > It was already fixed on 2009-05-21 and MFC'd to 7-stable.
> 
> This screen [1] was taken from 8-BETA3.

Hmm.  Maybe you are on a different branch?

% grep BRANCH=\" sys/conf/newvers.sh
BRANCH="BETA3"
% svn info | grep URL
URL: svn://svn.freebsd.org/base/stable/8
% svn diff -c 192561
Index: contrib/groff/font/devutf8/R.proto
===================================================================
--- contrib/groff/font/devutf8/R.proto	(revision 192560)
+++ contrib/groff/font/devutf8/R.proto	(revision 192561)
@@ -726,7 +726,7 @@
 product	24	0	0x220F
 coproduct	24	0	0x2210
 sum	24	0	0x2211
-\-	24	0	0x2212
+\-	24	0	0x002D
 mi	"
 -+	24	0	0x2213
 **	24	0	0x2217
% grep -C 3 sum contrib/groff/font/devutf8/R.proto
st	24	0	0x220B
product 24	0	0x220F
coproduct	24	0	0x2210
sum	24	0	0x2211
\-	24	0	0x002D
mi	"
-+	24	0	0x2213


-- Rick C. Petty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090825232212.GA48012>