Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only support ascii codec now #30

Open
yyw794 opened this issue Nov 22, 2016 · 1 comment
Open

only support ascii codec now #30

yyw794 opened this issue Nov 22, 2016 · 1 comment

Comments

@yyw794
Copy link
Contributor

yyw794 commented Nov 22, 2016

I am chinese, when I use in my jenkins, it cannot recognize chiese.
I have to hack cli.py like:
# encoding=utf8
import sys
is_py_v2 = True if sys.version[0] == '2' else False
if is_py_v2:
reload(sys)
sys.setdefaultencoding('utf8')

and, why not support python3?

@ktdreyer
Copy link
Owner

Is this fixed with #31 ? Or should we keep this open if it's still an issue on Python 3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants