From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 20:25:41 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 65809106566B for ; Mon, 9 Feb 2009 20:25:41 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id E24C68FC20 for ; Mon, 9 Feb 2009 20:25:40 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1002141fgb.35 for ; Mon, 09 Feb 2009 12:25:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=/7RSX5VRW4KR2EhnUwwzu4C7nc7JiCwncNnMJ27Pse8=; b=Rc4FHF8fzTaYv3FmXqfeGN3njI7lT1DT3P0PA69Xeq5rrDsD+8un2wmKQNUaCYL8Ci doFreu3oX+oVQeyucp/j7yZ830aVSO3np71cC5A6qFKPhkCKf5QUmPmSzvmzNPsz+shf HuBa9BqZD4T55js5dMXrWkCYb9zRD7MKb7rvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Ik0EhpkdYxegLTzPSyh6aFmOx5YbMAURk4e+KAS5nMhILK5XACjttaUrqjXBnr7Vn7 MZD1uSZd6SdOPL1OtJkcoIL37F+AH9Kmx1cV0osv9QrwPsTs7M887dfEHvrn1UD16Yk2 jwArp9n1kjFXP7OU6EgxJOrKgmG9gTspwkVNk= Received: by 10.86.80.17 with SMTP id d17mr1001122fgb.55.1234211139903; Mon, 09 Feb 2009 12:25:39 -0800 (PST) Received: from localhost (78-106-77-183.broadband.corbina.ru [78.106.77.183]) by mx.google.com with ESMTPS id e11sm1807243fga.20.2009.02.09.12.25.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Feb 2009 12:25:37 -0800 (PST) From: Anonymous To: Dmitry Marakasov References: <20090206183344.GE17600@hades.panopticon> <867i43742t.fsf@gmail.com> <20090209134806.GF17600@hades.panopticon> Date: Mon, 09 Feb 2009 23:25:32 +0300 In-Reply-To: <20090209134806.GF17600@hades.panopticon> (Dmitry Marakasov's message of "Mon, 9 Feb 2009 16:48:06 +0300") Message-ID: <86fxin9x37.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: freebsd-current@freebsd.org Subject: Re: Bad unicode `-' in manpages 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: Mon, 09 Feb 2009 20:25:41 -0000 --=-=-= Dmitry Marakasov writes: >> year ago. And I think it can cause trouble when trying to view localized >> man page written in unicode when you can't escape to either `C' locale >> or `-o' option. > > Agreed. But actually you shouldn't need to specify extra arguments to > man or change locale to view /correct/ man page, so I think it should be > fixed. Go ahead and file a PR. --=-=-= Content-Disposition: inline; filename=a Content-Description: workaround Index: contrib/groff/font/devutf8/R.proto =================================================================== --- contrib/groff/font/devutf8/R.proto (revision 188399) +++ contrib/groff/font/devutf8/R.proto (working copy) @@ -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 --=-=-=--