moviewyrm/bookwyrm/utils
Hugh Rundle d87e1b1567 fix encoding
The OCLC server claims that the xml payload is encoded as latin1 (ISO-8859-1).
This causes Requests to incorrectly encode things as latin1, when actually everything is (thank goodness) UTF-8.
We can fix it by just telling Requests that it is really UTF-8

With thanks to Tex Texin, creator of http://i18nqa.com/debug/utf8-debug.html
2021-10-29 21:00:35 +11:00
..
__init__.py More pylint fixes 2021-06-18 14:29:24 -07:00
isni.py fix encoding 2021-10-29 21:00:35 +11:00
regex.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00