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
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4336-4339: ordinal not in range(128) when envtpl -o-
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4336-4339: ordinal not in range(128)
envtpl -o-
The text was updated successfully, but these errors were encountered:
Encode unicode with the utf-8 codec
475502c
The ascii codec is not able to encode characters such as 💩 Fixes envtpl#26 See https://stackoverflow.com/a/9942822/353612 and https://docs.python.org/2.7/howto/unicode.html
Successfully merging a pull request may close this issue.
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4336-4339: ordinal not in range(128)
whenenvtpl -o-
The text was updated successfully, but these errors were encountered: