Skip to content

Resolve #193

Mateusz Żebrak requested to merge mzebrak/issue-193 into develop

Closes #193 (closed)

Fixes bug with unicode escaping. It was caused by json.dumps having default ensure_ascii=True. It is required to have it set to ensure_ascii=False to get correct utf8 encoding sent to the node itself. This was fixed at the schemas level. So here only schemas are bumped, also with hived and helpy bump because this dependencies needs to be bumped together.

For more info see e.g.: https://stackoverflow.com/questions/18337407/saving-utf-8-texts-with-json-dumps-as-utf-8-not-as-a-u-escape-sequence

Requires:

Edited by Mateusz Żebrak

Merge request reports