Comment #4 on issue 637 by pekka.klarck: 2.5.3 JAR package raises unknown encoding error with '--help' command
http://code.google.com/p/robotframework/issues/detail?id=637
So changing `print message` to `print utils.encode_output(message)` did fix the problem? If yes, this change can be done in the version control immediately. Because this problem shouldn't affect normal test execution, we won't create new release just because of it.
