コード例 #1
0
 def post_setup(self, cursor):
     words_to_db(
         self.word_file,
         cursor,
         ("utf-8", "utf-8"),
     )
コード例 #2
0
ファイル: drae.py プロジェクト: mattz7/dictmaster
 def post_setup(self, cursor):
     words_to_db(self.word_file, cursor, ("utf-8", "iso-8859-1"))