/contrib/dialog/samples/setup-utf8
#! | 11 lines | 10 code | 1 blank | 0 comment | 0 complexity | 4ce52b1f637c55687a513808c942770c MD5 | raw file
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