]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/dialog/samples/setup-utf8
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / dialog / samples / setup-utf8
1 # $Id: setup-utf8,v 1.1 2010/01/13 01:51:44 tom Exp $
2 # vile:shmode
3
4 case 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         ;;
11 esac