From: Pierre Ratinaud Date: Sun, 16 Dec 2012 19:28:30 +0000 (+0100) Subject: conf windows X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=c11a02780c5bfa9d18d80fa503d8086636ee79cb conf windows --- diff --git a/functions.py b/functions.py index 8eef61d..b76de83 100644 --- 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) :