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