-
Notifications
You must be signed in to change notification settings - Fork 122
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
UnicodeEncodeError when insert UTF-8 text into value-attr #10
Comments
This bug is now fixed in 1.0.1 version Thanks ;) |
I'm sorry, Working on that... |
This is now fixed in Django, Mako still raising an Exception |
The utf8 default encoding for Mako is solved with: t = Template(templatetext, default_filters=['decode.utf8']) Note the default_filters=['decode.utf8'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
In pyjade1.0, this doesn't work and got UnicodeEncodeError.
but this works fine
The text was updated successfully, but these errors were encountered: