On Fri, Jul 27, 2012 at 5:41 PM, Michael Barton <Michael.Barton at asu.edu> wrote:
> Can I set LC_CTYPE and LC_ALL with the normal bash export commands?
sure, e.g.
export LANG=en_US
export LANGUAGE=en_US
export LC_MESSAGES=en_US
Markus