source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: In groff commit 78e66624 on May 7 20:15:33 2021 +1000, G.
Date: Sun, 26 Jun 2022 15:33:46 -0500 (EST)	[thread overview]
Message-ID: <3365dbffe8f210a7@mandoc.bsd.lv> (raw)

Log Message:
-----------
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.

Modified Files:
--------------
    mandoc:
        chars.c
    mandoc/regress/char/unicode:
        named.out_ascii

Revision Data
-------------
Index: chars.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/chars.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -Lchars.c -Lchars.c -u -p -r1.80 -r1.81
--- chars.c
+++ chars.c
@@ -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: named.out_ascii
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/char/unicode/named.out_ascii,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lregress/char/unicode/named.out_ascii -Lregress/char/unicode/named.out_ascii -u -p -r1.6 -r1.7
--- regress/char/unicode/named.out_ascii
+++ regress/char/unicode/named.out_ascii
@@ -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
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


                 reply	other threads:[~2022-06-26 20:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3365dbffe8f210a7@mandoc.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).