summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-15 17:49:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-15 17:49:53 (GMT)
commit12a14105a15ca9bae71b2020fdc9d1c1b1b95dff (patch)
tree277c5486829521257e14440f75be75066df4f55a /tools/tcltk-man2html-utils.tcl
parent2b1bafdd8a2fca08d2d7b57f68cc803f83dba72e (diff)
downloadtcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.zip
tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.tar.gz
tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.tar.bz2
Improve descriptions of character escapes and ranges in Tcl.n.
Improve output format handlers to cope with added escape for en-dashes.
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
-rw-r--r--tools/tcltk-man2html-utils.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl
index bdd0079..8fd1245 100644
--- a/tools/tcltk-man2html-utils.tcl
+++ b/tools/tcltk-man2html-utils.tcl
@@ -142,6 +142,7 @@ proc process-text {text} {
{\(+-} "&#177;" \
{\(co} "&copy;" \
{\(em} "&#8212;" \
+ {\(en} "&#8211;" \
{\(fm} "&#8242;" \
{\(mu} "&#215;" \
{\(mi} "&#8722;" \