correction encodage
authorpierre <ratinaud@univ-tlse2.fr>
Thu, 23 Nov 2023 17:57:51 +0000 (18:57 +0100)
committerpierre <ratinaud@univ-tlse2.fr>
Thu, 23 Nov 2023 17:57:51 +0000 (18:57 +0100)
layout.py

index 2f8d985..5fd493c 100644 (file)
--- a/layout.py
+++ b/layout.py
@@ -693,7 +693,7 @@ class TgenLayout :
         ira = wx.GetApp().GetTopWindow()
         tgenpath = os.path.join(parametres['pathout'], 'tgen.csv')
         self.page.tgens, etoiles =  ReadList(parametres['tgenspec'], ira.syscoding, sep="\t")
-        tgen = TGen(path = tgenpath, encoding = parametres['encoding'])
+        tgen = TGen(path = tgenpath, encoding = 'UTF-8')
         tgen.read()
         tgenlempath = os.path.join(parametres['pathout'], 'tgenlemchi2.csv')
         if os.path.exists(tgenlempath) :