I have a table in Excel. Some cells contain texts with greek letters like "MIP-1β" (the last beta has is unicode 03B2). I often copy these tables to the clipboard and read them in R with read.delim("clipboard"). In R the greek symbols are substituted by "?". However, I can copy the text correctly to Notepad++, also here to this input box in RG (as you can see above). I tried to change the fileEncoding to UCS-2LE what did not change anything. I also tried to copy the table from Excel to Notepad++, explicitly converted the encoding to UTF-8 or USC-2LE and saved it and tried to read this in R but this did not work either.

I am sure that I make some stupid mistake somewhere. I am not an expert in this encoding and locale-stuff...

I use Windows 7 and R 2.15.1 (64bit), Platform: x86_64-pc-mingw32/x64 (64-bit).

Excel is 14.0 (32bit), Notepadd++ 5.8.7 (UNICODE).

More Jochen Wilhelm's questions See All
Similar questions and discussions