From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 21 10:02:45 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E6A4106564A for ; Sun, 21 Mar 2010 10:02:45 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 63B4F8FC15 for ; Sun, 21 Mar 2010 10:02:43 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA27369; Sun, 21 Mar 2010 12:02:41 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1NtHzU-000ANH-UL; Sun, 21 Mar 2010 12:02:40 +0200 Message-ID: <4BA5EEBF.2070603@icyb.net.ua> Date: Sun, 21 Mar 2010 12:02:39 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20100211) MIME-Version: 1.0 To: Dominic Fandrey References: <4BA5D7B0.8000507@bsdforen.de> In-Reply-To: <4BA5D7B0.8000507@bsdforen.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org Subject: Re: nroff -man, .An Aq formatting X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 10:02:45 -0000 on 21/03/2010 10:24 Dominic Fandrey said the following: > It has come to my attention that whereas with LANG=C "nroff -man" > formats ".An name Aq email" as "name ", it uses different > characters with LANG=en_GB.UTF-8 "name ⟨email⟩". These characters > are appropriate, but a lot of unicode fonts don't seem to have them. Are you sure that they are even appropriate? E.g. I think you won't be able to copy+paste such an address to any mail client. My opinion is that ASCII angle brackets are the most appropriate here. > Or else my terminal (rxvt-unicode) has trouble displaying them. > > Does anybody know a workaround for this? > -- Andriy Gapon