Updates:
Summary: `--help` and `--version` can fail with "unknown encoding" error
Status: Accepted
Labels: Target-2.5.4
Comment #17 on issue 637 by pekka.klarck: `--help` and `--version` can fail
with "unknown encoding" error
http://code.google.com/p/robotframework/issues/detail?id=637
This kind of feels like a bug in how Jython uses encodings. Unfortunately I
don't have good idea how to debug the underlying problem. We can easily
change `--help` and `--version` to use utils.encode_output, though, and
that seems to be enough for us.