Comment #16 on issue 637 by zhizhong.huang: 2.5.3 JAR package raises unknown encoding error with '--help' command
http://code.google.com/p/robotframework/issues/detail?id=637
Yes,I fixed it by changing `print message` to `print utils.encode_output(message)`. I understand that it is not necessary to create new release just because of the problem.
Thanks.
