8000
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
when start pyscripter( restore open files->True). warning message: error in decoding file xxxx.py from 'cp936' | 'gbk' encoding.
but from file->open no problem.
the file first line: # -- coding: gbk -- or # -- coding: cp936--
The text was updated successfully, but these errors were encountered:
Thanks for the report. It will be fixed in the next version. Just ignore the warning for the time being.
Sorry, something went wrong.
#879
15ebcea
Fixed in version control
No branches or pull requests
when start pyscripter( restore open files->True).
warning message: error in decoding file xxxx.py from 'cp936' | 'gbk' encoding.
but from file->open no problem.
the file first line: # -- coding: gbk -- or # -- coding: cp936--
The text was updated successfully, but these errors were encountered: