-
Notifications
You must be signed in to change notification settings - Fork 28
Encoding config support #20
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
base: master
Are you sure you want to change the base?
Conversation
…`UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 797: illegal multibyte sequence`
Thank you @iamgd67 . I know this is an old PR, but I would be happy to get a fix in for your issue. Could you provide either/both of (ideally both) the following:
|
in my situation, it failes because when I process files with utf-8 encoding and contains chinese character on windows platform, looks like on windows |
…dingConfigSupport # Conflicts: # pip_check_reqs/find_extra_reqs.py # pip_check_reqs/find_missing_reqs.py
…dingConfigSupport
It seems that |
Thanks for the work @zhu . Please ping me when tests are passing or I can help! |
Getting the same kind of error:
Maybe more annoying is that it won't tell me on which file scan. |
f53f3f5
to
a7b797e
Compare
add python script encoding config support, to handle some error like
UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 797: illegal multibyte sequence