Re: [R] cannot read iso639 table

2012-12-08 Thread Prof Brian Ripley
n responding to it so others can see the whole story in one place. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com -Original Message- From: Sam Steingold [mailto:sam.steing...@gmail.com] On Behalf Of Sam Steingold Sent: Thursday, September 13, 2012 1:18 PM To: William Dunlap Cc: peter dalgaard; r-

Re: [R] cannot read iso639 table

2012-09-13 Thread William Dunlap
onnection code at least had an option to deal with it. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: peter dalgaard [mailto:pda...@gmail.com] > Sent: Thursday, September 13, 2012 1:43 PM > To: William Dunlap > Cc: s...@gnu.org; r-help@r-pr

Re: [R] cannot read iso639 table

2012-09-13 Thread peter dalgaard
n responding to it so others can see the whole story in > one place. > > Bill Dunlap > Spotfire, TIBCO Software > wdunlap tibco.com > > >> -Original Message- >> From: Sam Steingold [mailto:sam.steing...@gmail.com] On Behalf Of Sam >> Steingold >> S

Re: [R] cannot read iso639 table

2012-09-13 Thread William Dunlap
Cc: peter dalgaard; r-help@r-project.org > Subject: Re: [R] cannot read iso639 table > > > * William Dunlap [2012-09-13 19:50:21 +]: > > > > On Windows with R-2.15.1 in a 1252 locale, I had to read (and toss) out > > the initial 3 bytes (the byte-orde

Re: [R] cannot read iso639 table

2012-09-13 Thread Sam Steingold
> * William Dunlap [2012-09-13 19:50:21 +]: > > On Windows with R-2.15.1 in a 1252 locale, I had to read (and toss) out > the initial 3 bytes (the byte-order mark?) to make things work: > > > socket <- > > > url("http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt",open="r",encoding

Re: [R] cannot read iso639 table

2012-09-13 Thread William Dunlap
(64-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils dat

Re: [R] cannot read iso639 table

2012-09-13 Thread peter dalgaard
On Sep 13, 2012, at 19:42 , Sam Steingold wrote: > line 109 did not have 5 elements ... but it did! > empty beginning of file ... but it's not! > > details: > --8<---cut here---start->8--- > get.language.ISO.table <- function () { > socket <- url("http://www.

[R] cannot read iso639 table

2012-09-13 Thread Sam Steingold
line 109 did not have 5 elements ... but it did! empty beginning of file ... but it's not! details: --8<---cut here---start->8--- get.language.ISO.table <- function () { socket <- url("http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt";,