summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-16 15:24:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-16 15:24:53 (GMT)
commit27db51fecd833ecd4a918acb93e6055ebf70b206 (patch)
tree44683024eae97b9664798ab4f7af85950acfa3a9 /tests
parente4d5dbc5918a3c4eaff32f4e83b822b332602906 (diff)
downloadtk-27db51fecd833ecd4a918acb93e6055ebf70b206.zip
tk-27db51fecd833ecd4a918acb93e6055ebf70b206.tar.gz
tk-27db51fecd833ecd4a918acb93e6055ebf70b206.tar.bz2
More internal "-encoding utf-8"
Diffstat (limited to 'tests')
-rw-r--r--tests/visual_bb.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual_bb.test b/tests/visual_bb.test
index 030a369..85cbeff 100644
--- a/tests/visual_bb.test
+++ b/tests/visual_bb.test
@@ -23,7 +23,7 @@ proc runTest {file} {
global testNum
test "2.$testNum" "testing $file" {userInteraction} {
- uplevel \#0 source [file join [testsDirectory] $file]
+ uplevel \#0 source -encoding utf-8 [file join [testsDirectory] $file]
concat ""
} {}
incr testNum