diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-17 09:12:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-17 09:12:55 (GMT) |
commit | da2c0d731a23a6bb948fd4365357c025e6052c6b (patch) | |
tree | 72aa8822a3e61683ec305e91df87e41372c1bb27 /tools | |
parent | 95fad70001983ba20f751c28123cc689e801c558 (diff) | |
parent | 4929dd61e1e28ba20ab70508d4d3421d8747a9ea (diff) | |
download | tcl-da2c0d731a23a6bb948fd4365357c025e6052c6b.zip tcl-da2c0d731a23a6bb948fd4365357c025e6052c6b.tar.gz tcl-da2c0d731a23a6bb948fd4365357c025e6052c6b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index 1f49d8c..e207434 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -196,7 +196,7 @@ proc process-text {text} { # This might make a few invalid mappings, but we don't use them foreach c {a c e i n o u y A C E I N O U Y} { foreach {prefix suffix} { - o ring / slash : uml ' acute ^ circ ` grave ~ tilde , cedilla + o ring / slash : uml ' acute ^ circ ` grave ~ tilde , cedil } { lappend charmap "\\\[${prefix}${c}\]" "&${c}${suffix};" } |