X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=functions.py;h=b76de83beb0af22e37d532f258bddd255639799e;hp=8eef61d6ac6f51c77d0af16ffc3e6d54f2d018ee;hb=2569fdce19932457c65854f858191e45018622ea;hpb=d6ccdb825b95a33dfbc8a59a12789231bb1f013f 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) :