Fix encoding errors when hashing XML
We occasionally get UnicodeEncodeErrors from these two places, because the XML is a Unicode string, and is implicitly encoded to ascii.
Showing
Please
register
or
sign in
to comment
We occasionally get UnicodeEncodeErrors from these two places, because the XML is a Unicode string, and is implicitly encoded to ascii.