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