Artifact [302e0dfbb0]

Artifact 302e0dfbb017e9fc0b79e0ecffd1c2af26f4a6db:


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