diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-24 15:18:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-24 15:18:05 (GMT) |
commit | c7771a763e2451560f1667170fba99a679e1e9eb (patch) | |
tree | f69f8d14663fb1a9942f405ac45b74499c3a48b9 /tools/tcltk-man2html.tcl | |
parent | 6c1bdd15d6fabcc595c0fefdb9994800f21cf07d (diff) | |
download | tcl-c7771a763e2451560f1667170fba99a679e1e9eb.zip tcl-c7771a763e2451560f1667170fba99a679e1e9eb.tar.gz tcl-c7771a763e2451560f1667170fba99a679e1e9eb.tar.bz2 |
Enhance html generation, so it can handle the "©" copy-sign as well
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 5f211f3..2b35bd8 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -29,7 +29,7 @@ set ::CSSFILE "docs.css" ## Source the utility functions that provide most of the ## implementation of the transformation from nroff to html. ## -source [file join [file dirname [info script]] tcltk-man2html-utils.tcl] +source -encoding utf-8 [file join [file dirname [info script]] tcltk-man2html-utils.tcl] proc getversion {tclh {name {}}} { if {[file exists $tclh]} { |