diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-30 13:38:13 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-30 13:38:13 (GMT) |
| commit | 0e196995349d7f83cede57ffdc440127f5be4719 (patch) | |
| tree | 234536752f6226f461d2c2b4cce82a777aa7baa9 /tools/tcltk-man2html-utils.tcl | |
| parent | d269d8c27e6590935a342e500c118749c19939fc (diff) | |
| parent | 0134af324d86d9e3a2f66e999c491d274aeb5cae (diff) | |
| download | tcl-0e196995349d7f83cede57ffdc440127f5be4719.zip tcl-0e196995349d7f83cede57ffdc440127f5be4719.tar.gz tcl-0e196995349d7f83cede57ffdc440127f5be4719.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
| -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 28c7118..68d380a 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} { |
