Pierre-Andre Noel
Results
1
comments of
Pierre-Andre Noel
For posterity: you need to encode the string into bytes. In the case of @jheinecke 's original code, `j["document_html"]` should become `j["document_html"].encode("utf-8")`. To be clear, you have to decode the...