From owner-freebsd-bugs@freebsd.org Wed Apr 11 18:41:38 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AF2FF87265 for ; Wed, 11 Apr 2018 18:41:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C87DF7D519 for ; Wed, 11 Apr 2018 18:41:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8C6B1F87264; Wed, 11 Apr 2018 18:41:37 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79A55F87263 for ; Wed, 11 Apr 2018 18:41:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 171BB7D515 for ; Wed, 11 Apr 2018 18:41:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 626432057C for ; Wed, 11 Apr 2018 18:41:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3BIfaLc053619 for ; Wed, 11 Apr 2018 18:41:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3BIfaIZ053618 for bugs@FreeBSD.org; Wed, 11 Apr 2018 18:41:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 227409] mandoc(1) renders ".Aq" as something that looks weird in vt(4) Date: Wed, 11 Apr 2018 18:41:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 18:41:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227409 --- Comment #2 from Ed Maste --- Ah, on another system with LANG=3Den_CA.UTF-8 I get: Aq, Ao, Ac enclose in angle brackets: =E2=9F=A8text=E2=9F=A9 00004610 20 20 20 20 5f 08 41 5f 08 71 2c 20 5f 08 41 5f | _.A_.q, _.= A_| 00004620 08 6f 2c 20 5f 08 41 5f 08 63 20 20 20 20 20 20 |.o, _.A_.c = | 00004630 20 65 6e 63 6c 6f 73 65 20 69 6e 20 61 6e 67 6c | enclose in an= gl| 00004640 65 20 62 72 61 63 6b 65 74 73 3a 20 e2 9f a8 74 |e brackets: ..= .t| 00004650 65 78 74 e2 9f a9 0a 20 20 20 20 20 5f 08 45 5f |ext.... _.= E_| which renders as [box]text[box] in both vt(4) and my default xterm font. e2 9f a8 \xe2\x9f\xa8 is U+27E8 MATHEMATICAL LEFT ANGLE BRACKET e2 9f a9 \xe2\x9f\xa9 is U+27E9 MATHEMATICAL RIGHT ANGLE BRACKET I'm not sure what change caused us to go from <> to =E2=9F=A8=E2=9F=A9. --=20 You are receiving this mail because: You are the assignee for the bug.=