[R] Windows source in Linux

2007-06-01 Thread Alberto Vieira Ferreira Monteiro
I have a windows source file.r, with the default charset of windows. I can't use it in Linux as source(file.r), because Linux's default is Unicode. How can I read it? Alberto Monteiro __ R-help@stat.math.ethz.ch mailing list

Re: [R] Windows source in Linux

2007-06-01 Thread Benilton Carvalho
iconv on your linux box should do the work. b On Jun 1, 2007, at 7:19 PM, Alberto Vieira Ferreira Monteiro wrote: I have a windows source file.r, with the default charset of windows. I can't use it in Linux as source(file.r), because Linux's default is Unicode. How can I read it? Alberto

Re: [R] Windows source in Linux

2007-06-01 Thread Alberto Vieira Ferreira Monteiro
Benilton Carvalho wrote: iconv on your linux box should do the work. I have a windows source file.r, with the default charset of windows. I can't use it in Linux as source(file.r), because Linux's default is Unicode. How can I read it? Soon after I posted, I found out how to do it.