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
Steps to reproduce:
run_command(u'a latin-1 command string', encoding='latin-1')
Expected behaviour: Command string gets 'latin-1' encoding.
Actual behaviour: Command string encoding is always 'utf-8'
Additional info: Latest versions.
The text was updated successfully, but these errors were encountered:
Command encoding should not be affected by read encoding or at all.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug reports
Steps to reproduce:
run_command(u'a latin-1 command string', encoding='latin-1')
Expected behaviour: Command string gets 'latin-1' encoding.
Actual behaviour: Command string encoding is always 'utf-8'
Additional info: Latest versions.
The text was updated successfully, but these errors were encountered: