Skip to content
Prev 131984 / 398506 Next

Rd files with unknown encoding?

On Wed, 12 Dec 2007, Spencer Graves wrote:

            
But not on this list:

https://stat.ethz.ch/pipermail/r-devel/2007-June/046055.html

R-devel would have been more appropriate for this too.
I did say so in that thread:

https://stat.ethz.ch/pipermail/r-devel/2007-June/046061.html

You can do much the same in R via iconv("", "C", sub="byte"), provided you 
can read the file in (it may not be representable in your current 
locale, but you could run R in a Latin-1 locale, if your OS has one).