You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to take a look tonight. Seems grip wasn't actually encoding the Unicode text it read from the README before sending it off to GitHub, leaving requests to use the default encoding of ISO 8859-1 (latin-1). Just deployed a fix that encodes to UTF-8 and sets the appropriate charset.
Run a pip install --upgrade grip and let me know if this works for you.
Markdown cannot be rendered if markdown file has not latin-1 chacters(Japanese characters, emoji etc).
For example, README.md is here
And I accessed http://localhost:5000 then I got following error(and stack trace)
How can I avoid this ? (Or is this bug ?)
Thanks for awesome tool.
The text was updated successfully, but these errors were encountered: