because of another recent change to suppress bold markup in .SH
output, we no longer need to add a workaround for the accidental
uppercasing of roff escapes that occurred previously.
<src:fragment xml:id="man.string.subst.map.frag">
<xsl:param name="man.string.subst.map">
- <!-- * fix bad font-request capitalization in .SH (stylesheet artifact) -->
- <ss:substitution oldstring="▓FB" newstring="\fB"/>
- <ss:substitution oldstring="▓FI" newstring="\fI"/>
- <ss:substitution oldstring="▓FR" newstring="\fR"/>
<!-- * remove no-break marker at beginning of line (stylesheet artifact) -->
<ss:substitution oldstring="▒▀" newstring="▒"/>
<!-- * replace U+2580 no-break marker (stylesheet-added) w/ no-break space -->