diff options
| author | dgp <dgp@users.sourceforge.net> | 2017-03-17 13:14:14 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2017-03-17 13:14:14 (GMT) |
| commit | fb1a2c58ddbae29e3c1cdb08b882d008b829547d (patch) | |
| tree | fbeab2daa748495cacdee97cf19bec914a8e228b /tools/tcltk-man2html-utils.tcl | |
| parent | 40ee63b6ff6901dea05f4cef62d51bfa188630ed (diff) | |
| parent | 5617ad7c180796ca3ded40478d67504694057ee6 (diff) | |
| download | tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.zip tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.tar.gz tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.tar.bz2 | |
merge trunk
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
| -rw-r--r-- | tools/tcltk-man2html-utils.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index c887edd..b69e601 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -155,12 +155,11 @@ proc process-text {text} { {\fP} {\fR} \ {\.} . \ {\(bu} "•" \ - "\\*(qo" "ô" \ ] # This might make a few invalid mappings, but we don't use them foreach c {a e i o u y A E I O U Y} { foreach {prefix suffix} { - o circ / slash : uml ' acute ^ circ ` grave + o ring / slash : uml ' acute ^ circ ` grave } { lappend charmap "\\\[${prefix}${c}\]" "&${c}${suffix};" } |
