05-locale.tcl at [1918f4d6cb]

File build/test/tests/05-locale.tcl artifact 302e0dfbb0 part of check-in 1918f4d6cb


#! /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