Lines Matching refs:locale
35 # wrapper script to setup xterm with UTF-8 locale
41 # Check if there is a workable locale program. If there is not, we will read
44 locale=`sh -c "LC_ALL=C LC_CTYPE=C LANG=C locale >/dev/null" 2>&1`
81 # has a UTF-8 locale installed (and there appears to be no trivial/portable way
83 # user's shell does not reset unknown locale specifiers, but not all shells do.
102 value=`locale -a | awk -v "expect=$expect" 'BEGIN {
129 if test -z "$locale" ; then
130 # The 'locale' program tries to do a sanity check.
131 check=`sh -c "locale >/dev/null" 2>&1`
136 echo "$whoami tried to use locale $value by setting \$$name" >&2
138 $whoami tried unsuccessfully to use locale $value