xref: /freebsd/contrib/dialog/samples/setup-utf8 (revision 70e0bbedef95258a4dadc996d641a9bebd3f107d)
1# $Id: setup-utf8,v 1.1 2010/01/13 01:51:44 tom Exp $
2# vile:shmode
3
4case none"$LANG$LC_ALL$LC_CTYPE" in
5*UTF-8*)
6	;;
7*)
8	echo "This script must be run in a UTF-8 locale"
9	exit 1
10	;;
11esac
12