Re: [R] Can't read table encoded in Unicode (R-2.8.1)

2009-04-19 Thread Hilmar Berger
Hi Duncan, Thanks, this solves my problem. Regards, Hilmar Duncan Murdoch schrieb: On 18/04/2009 1:18 PM, Hilmar Berger wrote: Hi all, I have problems reading Unicode (UTF-16) coded tables in R 2.8.1 under Windows Vista. Imagine the following table: abcd X1,21,31,4

Re: [R] Can't read table encoded in Unicode (R-2.8.1)

2009-04-18 Thread Duncan Murdoch
On 18/04/2009 1:18 PM, Hilmar Berger wrote: Hi all, I have problems reading Unicode (UTF-16) coded tables in R 2.8.1 under Windows Vista. Imagine the following table: abcd X1,21,31,4 Y2,22,32,4 Z3,23,33,4 Usually I would use the following code

[R] Can't read table encoded in Unicode (R-2.8.1)

2009-04-18 Thread Hilmar Berger
Hi all, I have problems reading Unicode (UTF-16) coded tables in R 2.8.1 under Windows Vista. Imagine the following table: abcd X1,21,31,4 Y2,22,32,4 Z3,23,33,4 Usually I would use the following code to read the table: t = read.table("test.txt