We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In pages with unicode symbols, self._response2namespace(response).dump(self._url2path(url)) fails with
self._response2namespace(response).dump(self._url2path(url))
UnicodeEncodeError: 'charmap' codec can't encode character '\u2696' in position 6182: character maps to <undefined>
.dump() seems to be trying to save a yaml object with a default encoding, when it needs to force utf-8.
.dump()
The text was updated successfully, but these errors were encountered:
Could you provide an example of url please?
Sorry, something went wrong.
No branches or pull requests
In pages with unicode symbols,
self._response2namespace(response).dump(self._url2path(url))
fails with.dump()
seems to be trying to save a yaml object with a default encoding, when it needs to force utf-8.The text was updated successfully, but these errors were encountered: