In groff commit 78e66624 on May 7 20:15:33 2021 +1000,
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 26 Jun 2022 20:33:43 +0000 (20:33 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 26 Jun 2022 20:33:43 +0000 (20:33 +0000)
G. Branden Robinson changed the -T ascii rendering
of \(sd, the "second" symbol, U+2033 DOUBLE PRIME, from '' to ".
Follow suit in mandoc.

chars.c
regress/char/unicode/named.out_ascii

diff --git a/chars.c b/chars.c
index ea84c0c5eed47d08db189cccbb5526b856302ccd..72fe8df67e8339b8a616d82f2f381dde12929e02 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.80 2022/06/02 14:51:41 schwarze Exp $ */
+/* $Id: chars.c,v 1.81 2022/06/26 20:33:43 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011, 2014, 2015, 2017, 2018, 2020
@@ -364,7 +364,7 @@ static struct ln lines[] = {
        { "de",                 "<degree>",     0x00b0  },
        { "%0",                 "<permille>",   0x2030  },
        { "fm",                 "\'",           0x2032  },
-       { "sd",                 "''",           0x2033  },
+       { "sd",                 "\"",           0x2033  },
        { "mc",                 "<micro>",      0x00b5  },
        { "Of",                 "_\ba",         0x00aa  },
        { "Om",                 "_\bo",         0x00ba  },
index 41d4c87c17467eb4506e29cdffbe3935949e7af3..f01a6a829d8e824b156f67fb71a615b20eb1ef69 100644 (file)
@@ -87,7 +87,7 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        +\bo+\bo   BULLET
        <permille><permille>     PER MILLE SIGN
        ''   PRIME
-       '''' DOUBLE PRIME
+       ""   DOUBLE PRIME
        <<   SINGLE LEFT-POINTING ANGLE QUOTATION MARK
        >>   SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
        //   FRACTION SLASH