Skip to content
Prev 310187 / 398506 Next

Help Read File With Odd Characters

On 08/11/2012 07:11, Lee Hachadoorian wrote:
That is a BOM make in UCS-2 encoding.  Was this file created on Windows?

It so try using iconv to convert it to UTF-8, or in R use

read.delim(filename, fileEncoding = "UCS-2LE")
Yes, but what locale?  See the 'at a minimum' information asked for in 
your posting guide.