Raised when a string cannot be translated (e.g. via str.encode("ascii", "xmlcharrefreplace")) due to an unmappable character.
UnicodeTranslateError
python Raised when a string cannot be translated (e.g. via str.encode("ascii", "xmlcharrefreplace")) due to an unmappable character.