diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-12 15:24:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-12 15:24:08 (GMT) |
commit | 37907b7e83bac9c787125b72693d4085c8cdcd24 (patch) | |
tree | df02e21b59b990021a36111383481c05f3d249c5 /tests/pkgIndex.tcl | |
parent | b10eea39c1023da6b2f19d3d5bafa13482fe5300 (diff) | |
parent | 4ff3c3cf90b83dde3d417f6aea0e88e8f15009c5 (diff) | |
download | tcl-37907b7e83bac9c787125b72693d4085c8cdcd24.zip tcl-37907b7e83bac9c787125b72693d4085c8cdcd24.tar.gz tcl-37907b7e83bac9c787125b72693d4085c8cdcd24.tar.bz2 |
Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0
Diffstat (limited to 'tests/pkgIndex.tcl')
-rw-r--r-- | tests/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgIndex.tcl b/tests/pkgIndex.tcl index 96542f9..0f3bf49 100644 --- a/tests/pkgIndex.tcl +++ b/tests/pkgIndex.tcl @@ -1,3 +1,3 @@ #! /usr/bin/env tclsh -package ifneeded tcltests 0.1 [list source $dir/tcltests.tcl]
\ No newline at end of file +package ifneeded tcltests 0.1 [list source -encoding utf-8 $dir/tcltests.tcl] |