From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 191C5C433E9 for ; Fri, 22 Jan 2021 10:35:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B988523A03 for ; Fri, 22 Jan 2021 10:35:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727521AbhAVK0i (ORCPT ); Fri, 22 Jan 2021 05:26:38 -0500 Received: from smtpout1.mo529.mail-out.ovh.net ([178.32.125.2]:55859 "EHLO smtpout1.mo529.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726904AbhAVJgp (ORCPT ); Fri, 22 Jan 2021 04:36:45 -0500 Received: from mxplan6.mail.ovh.net (unknown [10.108.1.249]) by mo529.mail-out.ovh.net (Postfix) with ESMTPS id D3B807DF73F0; Fri, 22 Jan 2021 10:36:00 +0100 (CET) Received: from jwilk.net (37.59.142.105) by DAG4EX2.mxp6.local (172.16.2.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2044.4; Fri, 22 Jan 2021 10:35:59 +0100 Authentication-Results: garm.ovh; auth=pass (GARM-105G006436df3e7-99da-4c8b-b0ff-0756c0054195, 6CB8663A8AB31101A4BC477E843863E505C0C94B) smtp.auth=jwilk@jwilk.net X-OVh-ClientIp: 5.172.255.146 Date: Fri, 22 Jan 2021 10:35:56 +0100 From: Jakub Wilk To: "G. Branden Robinson" CC: Alejandro Colomar , Subject: Re: [PATCH] posix.py: ffix: Correctly format URIs Message-ID: <20210122093556.nwo4qe5vcnbinu7z@jwilk.net> References: <20210109195840.74472-1-colomar.6.4.3@gmail.com> <20210110065023.olvhi2gqjbmv7243@localhost.localdomain> <20210112205115.g3nuoodpn7xxpx5u@jwilk.net> <20210121201426.b6wfycjdegxce7fw@jwilk.net> <20210122032300.zsqf6uuznfbu6tij@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Disposition: inline In-Reply-To: <20210122032300.zsqf6uuznfbu6tij@localhost.localdomain> User-Agent: NeoMutt/20180716 X-Originating-IP: [37.59.142.105] X-ClientProxiedBy: DAG1EX1.mxp6.local (172.16.2.1) To DAG4EX2.mxp6.local (172.16.2.32) X-Ovh-Tracer-GUID: 12e1feee-6d4e-4829-bcf0-3873b0e09ed4 X-Ovh-Tracer-Id: 11277013468445464541 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduledrudeigddtjecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkfhggtggujggfihesthdtredttdervdenucfhrhhomheplfgrkhhusgcuhghilhhkuceojhifihhlkhesjhifihhlkhdrnhgvtheqnecuggftrfgrthhtvghrnhepfffhueeliedutdettdevuedugefhkeekudekheekjeefteefieekfeeiuefggeehnecuffhomhgrihhnpeifihhkihhpvgguihgrrdhorhhgnecukfhppedtrddtrddtrddtpdefjedrheelrddugedvrddutdehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpqdhouhhtpdhhvghlohepmhigphhlrghniedrmhgrihhlrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpehjfihilhhksehjfihilhhkrdhnvghtpdhrtghpthhtoheplhhinhhugidqmhgrnhesvhhgvghrrdhkvghrnhgvlhdrohhrgh Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org * G. Branden Robinson , 2021-01-22, 14:23: >U+2039 and U+203A are "single {left,right}-pointing angle quotation >mark" per Unicode. Their groff special character escapes are \[fo] and >\[fc], respectively. (I don't know the mnemonic that inspired the "f" >in the name.) "French", I guess: https://en.wikipedia.org/wiki/French_quotes#French >. char \[la] \[Fo] >. char \[ra] \[Fc] Should be lowercase "f" here. -- Jakub Wilk