From 4ab898cb6f989fe826f69a390657b38fa6b6b84a Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 15 Apr 2024 15:24:36 +0000 Subject: Use utf-8 in tools/man2help.tcl too --- tools/man2help.tcl | 4 ++-- 1 file 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 -- cgit v0.12