projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9813ac2
)
correction encodage
author
pierre
<ratinaud@univ-tlse2.fr>
Thu, 23 Nov 2023 17:57:51 +0000
(18:57 +0100)
committer
pierre
<ratinaud@univ-tlse2.fr>
Thu, 23 Nov 2023 17:57:51 +0000
(18:57 +0100)
layout.py
patch
|
blob
|
history
diff --git
a/layout.py
b/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) :