diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index 0e8e624..fd22cab 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -458,7 +458,7 @@ class ToolsTOR(ToolsTales): new_text_offsets = dict() #Read the XML for the corresponding THEIRSCE - with open(xml, "r") as xmlFile: + with open(xml, "r", encoding="utf-8") as xmlFile: root = etree.fromstring(xmlFile.read().replace("", ""), parser=etree.XMLParser(recover=True)) # root = tree.getroot()