* mandoc: In groff commit 78e66624 on May 7 20:15:33 2021 +1000, G.
@ 2022-06-26 20:33 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2022-06-26 20:33 UTC (permalink / raw)
To: source
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-26 20:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 20:33 mandoc: In groff commit 78e66624 on May 7 20:15:33 2021 +1000, G schwarze
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).