This repository was archived by the owner on Jun 1, 2022. It is now read-only.
Fix for broken strings in Python 3
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.