1971864966
break mixed form dialogs in conjunction with the FreeBSD termcap, making the bsdinstall partition editor Add dialog, among other things, completely nonfunctional. This restores dialog 20110707.
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
# $Id: setup-utf8,v 1.1 2010/01/13 01:51:44 tom Exp $
|
|
# 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
|