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
Currently, in pre_format_hook content is converted to 'utf-8', but it has weak points. It breaks images and can break other non utf-8 content. What do you think about changing from unicode to bytes? It would require to modify your Python scripts.
Second isssue is how to pass "Content-Type" or other headers to scripts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, in pre_format_hook content is converted to 'utf-8', but it has weak points. It breaks images and can break other non utf-8 content. What do you think about changing from unicode to bytes? It would require to modify your Python scripts.
Second isssue is how to pass "Content-Type" or other headers to scripts?
Beta Was this translation helpful? Give feedback.
All reactions