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
Without an encoding it will be read as raw binary data (example for images, etc). (This is for safety).
By supplying an encoding we allow it to be converted to (unicode) text for use in templating even when the file body contains non-Unicode data.
Ties to the Unicode epic: #104
The text was updated successfully, but these errors were encountered:
Postponed to 1.8.x release because it really isn't critical to be honest -- no user demand so far.
Sorry, something went wrong.
No branches or pull requests
Without an encoding it will be read as raw binary data (example for images, etc). (This is for safety).
By supplying an encoding we allow it to be converted to (unicode) text for use in templating even when the file body contains non-Unicode data.
Ties to the Unicode epic: #104
The text was updated successfully, but these errors were encountered: