[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong a
From: |
G. Branden Robinson |
Subject: |
[bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption |
Date: |
Tue, 3 Sep 2024 16:48:02 -0400 (EDT) |
Follow-up Comment #2, bug #66165 (group groff):
Something *is* inconsistent here, though.
$ cat ATTIC/woolly-faced-neanderthal.groff
.pdfbookmark 1 Introduction
.sp
Hello, world!
.sp
.ft HB
.ps 14
.pdfbookmark 1 "My day with a woolly-faced neanderthal"
My day with a woolly-faced neanderthal
.ps
.ft
.sp
.PDFPIC ATTIC/woolly-faced-neanderthal.pdf
.sp
First of all,
I took him to the barber.
$ ./build/test-groff -UZ -T pdf ./ATTIC/woolly-faced-neanderthal.groff | grep
'^x X'
x X ps:exec [/Dest /pdf:bm1 /View [/FitH 5001 u] /DEST pdfmark
x X ps:exec [/Dest /pdf:bm1 /Title (Introduction) /Level 1 /OUT pdfmark
x X ps:exec [/Dest /pdf:bm2 /View [/FitH -31000 u] /DEST pdfmark
x X ps:exec [/Dest /pdf:bm2 /Title (My day with a woolly-faced neanderthal)
/Level 1 /OUT pdfmark
x X pdf: pdfpic ATTIC/woolly\[u2010]faced\[u2010]neanderthal.pdf \[u2010]L
468000z 605880z
I expected all hyphens to appear as `\[u2010]`, but the one in the pdfmark
command is being back-converted. (Or not transformed in the first place?
Bypassing` encode_special_character_for_device_output()` maybe? Maybe the
`device` request is being used.) I'll look into that.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66165>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, Deri James, 2024/09/03
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, G. Branden Robinson, 2024/09/03
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption,
G. Branden Robinson <=
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, G. Branden Robinson, 2024/09/03
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, Deri James, 2024/09/05
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, Deri James, 2024/09/05
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, G. Branden Robinson, 2024/09/05
- [bug #66165] commit dcae60b0fb1ad3fa3314fdfdbecb973961a40410 has wrong assumption, Deri James, 2024/09/06
- [bug #66165] `\X` escape sequence should not map ASCII to special characters, G. Branden Robinson, 2024/09/07
- [bug #66165] `\X` escape sequence should not map ASCII to special characters, G. Branden Robinson, 2024/09/07
- [bug #66165] `\X` escape sequence should not map ASCII to special characters, G. Branden Robinson, 2024/09/08