-
-
Couldn't load subscription status.
- Fork 2.7k
added UTF-8 encoding to the Jinja2 template example #4538
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
Conversation
I followed this example and got nonsense characters instead of negative signs because I failed to specify UTF-8 encoding, as discussed in plotly#4118
@LiamConnors Coding-with-Adam is there anything more I need to do to get this problem fix reviewed? Rob
Thanks @rl-utility-man. Just going to merge the latest changes into this branch to get the tests passing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks for the PR @rl-utility-man
I followed this example and got nonsense characters instead of negative signs because I failed to specify UTF-8 encoding, as discussed in #4118 This succinct edit specifies UTF-8 and documents the need to do so. I also specified a viewport following modern HTML standards -- although I do not feel strongly that doing so is strictly necessary.