Re: [R] Sweave and uttf-8 under Windows XP

2010-05-20 Thread Duncan Murdoch
Sven Garbade wrote: Hi list, I need to process a Rnw file and and a csv file (both are encoded in UTF-8) under Windows XP (R Version 2.11.0, i386, mingw32). Take a look at this post: http://tolstoy.newcastle.edu.au/R/e10/help/10/05/4889.html which discussed this issue recently. Duncan M

Re: [R] Sweave and uttf-8 under Windows XP

2010-05-20 Thread Sven Garbade
Great, thanks, Sveb 2010/5/20 Duncan Murdoch : > Sven Garbade wrote: >> >> Hi list, >> >> I need to process a Rnw file and and a csv file (both are encoded in >> UTF-8) under Windows XP  (R Version 2.11.0, i386, mingw32). >> > > Take a look at this post: > > http://tolstoy.newcastle.edu.au/R/e10/h

[R] Sweave and uttf-8 under Windows XP

2010-05-20 Thread Sven Garbade
Hi list, I need to process a Rnw file and and a csv file (both are encoded in UTF-8) under Windows XP (R Version 2.11.0, i386, mingw32). I can source and run the Rnw file: > Stangle("Bericht.Rnw") Writing to file Bericht.R > source(file("Bericht.R", encoding="UTF-8")) which runs fine, but runn