X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=PrintRScript.py;h=589aabf1c2f83b10f52643467643b1dd657e0d43;hp=6c102a07c4d3a68301965de72d0c30f3f723ff11;hb=c11976803674091bd4e7ed4cbadeeebb5be67325;hpb=191e64482209e897e7bf1853646c0d2ca84db1f2 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 :