]> granicus.if.org Git - docbook-dsssl/commitdiff
Added bullet to set of string-substitution chars.
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 14 Jul 2005 12:20:11 +0000 (12:20 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 14 Jul 2005 12:20:11 +0000 (12:20 +0000)
xsl/params/man.string.subst.map.xml

index aa1c62c96cd8eb368a568bee9244fc638f13ebc0..aa6253b445eb5b5ab55313cc61aa6e604fd2deb8 100644 (file)
@@ -55,6 +55,8 @@
   <!-- * lines that only have words separated by "\~" spaces, so it's -->
   <!-- * safer just to stick with the "\ " space -->
   <substitution oldstring="&#x00a0;" newstring="\ "/>
+  <!-- * bullet -->
+  <substitution oldstring="&#x2022;" newstring="\(bu"/>
   <!-- * left double quote -->
   <substitution oldstring="&#x201c;" newstring="\(lq"/>
   <!-- * right double quote -->