<ss:substitution oldstring="▀" newstring="\ "/>
<!-- * replace U+2593 marker with backslash -->
<ss:substitution oldstring="▓" newstring="\"/>
- <!-- * escape dashes in content (only at line beginnings) -->
+ <!-- * escape dots in content (only at line beginnings) -->
<ss:substitution oldstring=" ." newstring=" \&."/>
<!-- * replace U+2302 marker with dot -->
<ss:substitution oldstring="⌂" newstring="."/>
</listitem>
<listitem>
<para>replace the Unicode characters with real backslashes and
- dotes before output gets serialized</para>
+ dots before output gets serialized</para>
</listitem>
</itemizedlist>