You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ods2sql.py <test.ods | sqlite3 test.sqlite.db
Traceback (most recent call last):
File "ods2sql.py", line 288, in <module>
render(parse(), rowtitles)
File "ods2sql.py", line 217, in parse
parser.Parse(xmlstring, True)
File "ods2sql.py", line 199, in end_element
self.path[-1].cleanup()
File "ods2sql.py", line 55, in cleanup
if isinstance(self[-1], Element) and not self[-1].isempty(): break
File "ods2sql.py", line 137, in isempty
return self.content() == ''
File "ods2sql.py", line 147, in content
return "".join([repr(x) for x in self.children()])
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: