From 2cf172046664124e8c0589ee7e420c1008ee368e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 26 Jun 2022 20:33:43 +0000 Subject: In groff commit 78e66624 on May 7 20:15:33 2021 +1000, 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 | 4 ++-- regress/char/unicode/named.out_ascii | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chars.c b/chars.c index ea84c0c5..72fe8df6 100644 --- 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 * Copyright (c) 2011, 2014, 2015, 2017, 2018, 2020 @@ -364,7 +364,7 @@ static struct ln lines[] = { { "de", "", 0x00b0 }, { "%0", "", 0x2030 }, { "fm", "\'", 0x2032 }, - { "sd", "''", 0x2033 }, + { "sd", "\"", 0x2033 }, { "mc", "", 0x00b5 }, { "Of", "_\ba", 0x00aa }, { "Om", "_\bo", 0x00ba }, diff --git a/regress/char/unicode/named.out_ascii b/regress/char/unicode/named.out_ascii index 41d4c87c..f01a6a82 100644 --- a/regress/char/unicode/named.out_ascii +++ b/regress/char/unicode/named.out_ascii @@ -87,7 +87,7 @@ DDEESSCCRRIIPPTTIIOONN +o+o BULLET PER MILLE SIGN '' PRIME - '''' DOUBLE PRIME + "" DOUBLE PRIME << SINGLE LEFT-POINTING ANGLE QUOTATION MARK >> SINGLE RIGHT-POINTING ANGLE QUOTATION MARK // FRACTION SLASH -- cgit v1.2.3-56-ge451