man and UTF-8 locales
Rick C. Petty
rick-freebsd2008 at kiwi-computer.com
Tue Aug 25 23:22:13 UTC 2009
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 at 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
More information about the freebsd-current
mailing list