diff options
| -rw-r--r-- | library/auto.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/auto.tcl b/library/auto.tcl index 30e0060..83f61a1 100644 --- a/library/auto.tcl +++ b/library/auto.tcl @@ -594,7 +594,7 @@ proc auto_mkindex_parser::indexEntry {name} { set filenameParts [file split $scriptFile] append index [format \ - {set auto_index(%s) [list source [file join $dir %s]]%s} \ + {set auto_index(%s) [list source -encoding utf-8 [file join $dir %s]]%s} \ $name $filenameParts \n] return } |
