Follow-up Comment #8, bug #66054 (group groff): [comment #5 comment #5:] > I would further note that `hcode`'s behavior seems pretty > analogous to that of `tr` and `ftr`. >
> .tr a b \" sets up a mapping
> .tr a a \" undoes that mapping
> .ftr TR PR \" sets up a mapping
> .ftr TR TR \" undoes that mapping
$ file resume
resume: troff or preprocessor input, ISO-8859 text
$ iconv -f iso-8859-1 resume
.ll 1n
r\['e]sum\['e]
.hcode é e \" sets up a mapping
r\['e]sum\['e]
.hcode é é \" undoes that mapping
r\['e]sum\['e] \" ... but not really
$ groff -Wbreak -a resume
<beginning of page>
r<'e>sum<'e>
r<'e><hy>
sum<'e>
r<'e><hy>
sum<'e>
(Run with groff 1.23 so the recently defined .hcodes loaded in tmac/en.tmac
aren't a confounding factor.)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66054>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
