opnsense-src/contrib/dialog/samples/setup-utf8

13 lines
198 B
Text
Raw Normal View History

2012-10-21 14:18:09 -04:00
#!/bin/sh
# $Id: setup-utf8,v 1.2 2012/06/29 09:50:32 tom Exp $
2011-01-12 21:21:23 -05:00
# vile:shmode
case none"$LANG$LC_ALL$LC_CTYPE" in
*UTF-8*)
;;
*)
echo "This script must be run in a UTF-8 locale"
exit 1
;;
esac