We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now, encoding is gb2312, but i use cp1251. Need detect system encoding or use https://pypi.python.org/pypi/chardet please
gb2312
cp1251
# ... import chardet # ... rpc_request = json.loads(sys.argv[1],encoding=chardet.detect(sys.argv[1])["encoding"]) # ...
work for me on cyrillic and chinese, test please on you system
The text was updated successfully, but these errors were encountered:
close #233
58b9115
I have tested chinese and english, it's ok, and I pushed those changes to v1.2.0
Sorry, something went wrong.
3ad2b2b
qianlifeng
No branches or pull requests
Now, encoding is
gb2312
, but i usecp1251
. Need detect system encoding or use https://pypi.python.org/pypi/chardet pleasework for me on cyrillic and chinese, test please on you system
The text was updated successfully, but these errors were encountered: