summaryrefslogtreecommitdiff
path: root/Build/source/utils/dialog/dialog-1.1-20110118/samples/setup-utf8
blob: 2fd70d42a4c1bc0ae10bd5981888f3a14d4ce02d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id: setup-utf8,v 1.1 2010/01/13 01:51:44 tom Exp $
# vile:shmode

case none"$LANG$LC_ALL$LC_CTYPE" in
*UTF-8*)
	;;
*)
	echo "This script must be run in a UTF-8 locale"
	exit 1
	;;
esac