]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/dialog/samples/setup-utf8
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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