summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-12 15:24:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-12 15:24:08 (GMT)
commit37907b7e83bac9c787125b72693d4085c8cdcd24 (patch)
treedf02e21b59b990021a36111383481c05f3d249c5 /tests
parentb10eea39c1023da6b2f19d3d5bafa13482fe5300 (diff)
parent4ff3c3cf90b83dde3d417f6aea0e88e8f15009c5 (diff)
downloadtcl-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')
-rw-r--r--tests/internals.tcl4
-rw-r--r--tests/pkgIndex.tcl2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/internals.tcl b/tests/internals.tcl
index 36dbc90..ff68c0f 100644
--- a/tests/internals.tcl
+++ b/tests/internals.tcl
@@ -2,7 +2,7 @@
#
# Source this file in the related tests to include from tcl-tests:
#
-# source [file join [file dirname [info script]] internals.tcl]
+# source -encoding utf-8 [file join [file dirname [info script]] internals.tcl]
#
# Copyright © 2020 Sergey G. Brester (sebres).
#
@@ -93,4 +93,4 @@ namespace export test*
# for script path & as mark for loaded
proc scriptpath {} [list return [info script]]
-}}; # end of internals. \ No newline at end of file
+}}; # end of internals.
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]