Skip to content
Prev 102678 / 398500 Next

Problem reading non-ISO data via read.csv2

On Tue, 24 Oct 2006, Gregor Gorjanc wrote:

            
Well, then it cannot be a UTF-8 file (there are no UTF-8 locales on 
Windows, not any means to write a UTF-8 file here), and you have told R to 
read it in your UTF-8 locale.

You need to specify the correct encoding: see ?file. But then you would 
have to do that in any application with such a text file, as an 
application could at best guess the encoding.
No attached file appeared.