Updates:
Summary: Encoding got from environment may be invalid and crash execution
on Unixes
Comment #2 on issue 616 by pekka.klarck: Encoding got from environment may
be invalid and crash execution on Unixes
http://code.google.com/p/robotframework/issues/detail?id=616
frank_fen, if you happen to see this issue, could you please tell what you
got when running the following command:
echo $LANG - $LC_TYPE - $LANGUAGE - $LC_ALL
It prints out all the environment variables that are used when trying to
find the encoding, and I'd like to know what exact values you originally
get to be able to fix the issue as well as possible.