Comment #3 on issue 1493 by [email protected]: NON-ASCII text is not
displayed in pybot CLI or Eclipse Console
http://code.google.com/p/robotframework/issues/detail?id=1493
This replacement has helped me (russian encoding)
c:\Python27\Lib\site-packages\robot\utils\encodingsniffer.py
if UNIXY:
DEFAULT_SYSTEM_ENCODING = 'UTF-8'
DEFAULT_OUTPUT_ENCODING = 'UTF-8'
else:
#DEFAULT_SYSTEM_ENCODING = 'cp1252'
DEFAULT_SYSTEM_ENCODING = 'cp1251'
#DEFAULT_OUTPUT_ENCODING = 'cp437'
DEFAULT_OUTPUT_ENCODING = 'cp1251'
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.