From: pierre Date: Tue, 19 Feb 2013 21:03:34 +0000 (+0100) Subject: simi 3D windows X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=c11976803674091bd4e7ed4cbadeeebb5be67325 simi 3D windows --- diff --git a/PrintRScript.py b/PrintRScript.py index 6c102a0..589aabf 100644 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -33,7 +33,7 @@ class PrintRScript : def sources(self, lsources) : for source in lsources : - self.add('source("%s")' % source) + self.add('source("%s", encoding = \'utf8\')' % source) def packages(self, lpks) : for pk in lpks :