projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ccdb8
)
conf windows
author
Pierre Ratinaud
<ratinaud²univ=tlse2.fr>
Sun, 16 Dec 2012 19:28:30 +0000
(20:28 +0100)
committer
Pierre Ratinaud
<ratinaud²univ=tlse2.fr>
Sun, 16 Dec 2012 19:28:30 +0000
(20:28 +0100)
functions.py
patch
|
blob
|
history
diff --git
a/functions.py
b/functions.py
index
8eef61d
..
b76de83
100644
(file)
--- a/
functions.py
+++ b/
functions.py
@@
-174,7
+174,7
@@
class DoConf :
if outfile is None :
outfile = self.configfile
with codecs.open(outfile, 'w', 'utf8') as f :
- f.write(txt
.encode('utf8')
)
+ f.write(txt)
#self.conf.write(f)
def totext(self, parametres) :