Artifact 302e0dfbb017e9fc0b79e0ecffd1c2af26f4a6db:
- File build/test/tests/05-locale.tcl — part of check-in [b180e9a80f] at 2010-09-26 04:46:10 on branch trunk — Added internal testing script (user: rkeene, size: 193) [annotate] [blame] [check-ins using]
#! /usr/bin/env tclsh # Tcl 8.4 doesn't support fetching the system encoding from the environment if {$tcl_version == "8.4"} { exit 0 } if {[encoding system] == "utf-8"} { exit 0 } exit 1