Comment #4 on issue 594 by buggood: RobotFramework 2.5 does not support
encoding "c", which is default for some platforms
http://code.google.com/p/robotframework/issues/detail?id=594
This is what I get on my machine:
LANG=C python -c 'import sys; print sys.stdout.encoding'
US-ASCII
LANG=C jython -c 'import sys; print sys.stdout.encoding'
UTF-8
And this is from jython standalone:
java -jar ~/.m2/repository/org/python/jn/2.5.1/jython-2.5.1.jar -c 'import
sys; print sys.stdout.encoding'
MacRoman
Hope this is helpful (Note: we are using standalone jython and it seems
that result differs from standard jython)