On Wed, Aug 1, 2012, at 17:38, CGS wrote: > It looks to me you need to work in UTF8 environment (I might be wrong > though). For that, check the output of `echo $LANG'. That will tell you > if > you are working with UTF8 environment. If not, you can set it with > `export > LANG="your_language.utf8"' (replace "your_language" with your environment > language; for C-shell variants, use setenv). > > CGS
I've tried setting both LANG and LC_ALL & friends to use UTF-8, but it seems to make no difference. I can see that it makes a difference for the Erlang shell when running io:getopts(), but the test seems unaffected. Erik
