Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Fix for broken strings in Python 3

Compare
Choose a tag to compare
@oschwald oschwald released this 21 Mar 23:09
· 21 commits to main since this release

Strings with non-ASCII characters would throw a UTF-8 decoding error. In Python 3, all strings from the database are in UTF-8 and using set_charset to set the character set to something other than UTF-8 will throw an ValueError exception.