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
..
2021-09-30 11:33:04 -07:00
2021-10-29 21:00:35 +11:00
2021-09-30 10:47:53 -07:00
2021-10-04 09:47:33 -07:00
2021-10-15 09:42:21 -07:00