UnicodeDecodeError in /storage/emulated/0/Download/PLANTTYPES.rton pos 2408: 'utf-8' codec can't decode byte 0x91 in position 17: invalid start byte Traceback (most recent call last): File "", line 613, in conversion File "", line 547, in file_decode File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 138, in parse_root_object return self.parse_object(fp, self.currrent_indent, [], []) File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 147, in parse_object value = self.value_mappings[fp.read(1)](self, fp, new_indent, cached_strings, cached_printable_strings) File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 178, in parse_list value = self.value_mappings[code](self, fp, new_indent, cached_strings, cached_printable_strings) File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 147, in parse_object value = self.value_mappings[fp.read(1)](self, fp, new_indent, cached_strings, cached_printable_strings) File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 147, in parse_object value = self.value_mappings[fp.read(1)](self, fp, new_indent, cached_strings, cached_printable_strings) File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 118, in parse_rtid return self.rtid_mappings[b"\x83" + fp.read(1)](self, fp) File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 131, in parse_rtid_ref return dumps("RTID(" + self.parse_utf8_text(fp) + "@" + p1 + ")", ensure_ascii = self.ensureAscii).encode() File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 37, in parse_utf8_text string = fp.read(self.parse_number(fp)).decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0x91 in position 17: invalid start byte