...
authorpierre <ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 13:54:09 +0000 (15:54 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 13:54:09 +0000 (15:54 +0200)
functions.py

index 884e62f..d697f16 100644 (file)
@@ -51,7 +51,7 @@ class TGen :
         if path is None :
             path = self.path
         with open(path, 'w') as f :
-            f.write('\n'.join(['\t'.join([val] + self.tgen[val]) for val in self.tgen]))
+            f.write('\n'.join(['\t'.join([val] + self.tgen[val]) for val in self.tgen]).encode(self.encoding))
     
     def writetable(self, pathout, tgens, totocc):
         etoiles = totocc.keys()