diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-30 13:32:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-30 13:32:00 (GMT) |
commit | 87439e7d28331cfc8c620fe77d2e696b7e3bb223 (patch) | |
tree | 446b8790f08f7fd498bd634a19a7645ba343bb38 /tools | |
parent | eb342fb1e00f5aa398c9e889ac6a7e47d1ab5e5b (diff) | |
download | tcl-87439e7d28331cfc8c620fe77d2e696b7e3bb223.zip tcl-87439e7d28331cfc8c620fe77d2e696b7e3bb223.tar.gz tcl-87439e7d28331cfc8c620fe77d2e696b7e3bb223.tar.bz2 |
Fix [b6a7fc9243]. Also add (back) \*(qo, which might be used in older man-pages
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index 5b2a831..5f8431b 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -185,7 +185,6 @@ proc process-text {text} { {\(Tp} "þ" \ {\(em} "—" \ {\(en} "–" \ - {\(bu} "•" \ {\(fm} "′" \ {\(mi} "−" \ {\(.i} "ı" \ @@ -200,6 +199,8 @@ proc process-text {text} { {\(eu} "€" \ {\fP} {\fR} \ {\.} . \ + {\(bu} "•" \ + {\*(qo} "ô" \ ] # This might make a few invalid mappings, but we don't use them foreach c {a c e g i l n o s t u y z A C E G I L N O S T U Y Z} { |