projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191e644
)
simi 3D windows
author
pierre
<ratinaud@univ-tlse2.fr>
Tue, 19 Feb 2013 21:03:34 +0000
(22:03 +0100)
committer
pierre
<ratinaud@univ-tlse2.fr>
Tue, 19 Feb 2013 21:03:34 +0000
(22:03 +0100)
PrintRScript.py
patch
|
blob
|
history
diff --git
a/PrintRScript.py
b/PrintRScript.py
index
6c102a0
..
589aabf
100644
(file)
--- 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 :