def post_setup(self, cursor): words_to_db( self.word_file, cursor, ("utf-8", "utf-8"), )
def post_setup(self, cursor): words_to_db(self.word_file, cursor, ("utf-8", "iso-8859-1"))