X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=textaslexico.py;h=14f054bc5a2899c59418c0f502522ee9d44bf5d4;hb=c3fff5509e18b990d5e6a50dcf4cdaf003812070;hp=ff1bc494d036725cf1ea82ae4bd8fef5062b7be3;hpb=c93664303b811f5e664dfe85dd6cb7de99a5b557;p=iramuteq diff --git a/textaslexico.py b/textaslexico.py index ff1bc49..14f054b 100644 --- a/textaslexico.py +++ b/textaslexico.py @@ -148,7 +148,7 @@ class Lexico(AnalyseText) : save.image("%s") """ % ffr(self.dictpathout['RData']) tmpfile = tempfile.mktemp(dir=self.parent.TEMPDIR) - tmpscript = open(tmpfile, 'w') + tmpscript = open(tmpfile, 'w' ,encoding='utf8') tmpscript.write(txt) tmpscript.close() self.doR(tmpfile, dlg = self.dlg, message = 'R...')