summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/man2help.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/man2help.tcl b/tools/man2help.tcl
index 4a928d8..a3d77a6 100644
--- a/tools/man2help.tcl
+++ b/tools/man2help.tcl
@@ -135,7 +135,7 @@ foreach i [lrange $argv [incr arg] end] {
lappend files $i
}
}
-source [file join [file dirname [info script]] index.tcl]
+source -encoding utf-8 [file join [file dirname [info script]] index.tcl]
generateContents $baseName $version $files
-source [file join [file dirname [info script]] man2help2.tcl]
+source -encoding utf-8 [file join [file dirname [info script]] man2help2.tcl]
generateHelp $baseName $files