Re: [R] URLdecode problems

2014-09-01 Thread Hadley Wickham
Hi Oliver, I think you're being misled by the default behaviour of warnings: they all get displayed at once, before control returns to the console. If you making them immediate, you get a slightly more informative error: > URLdecode("0;%20@%gIL") Warning in URLdecode("0;%20@%gIL") : out-of-ran

Re: [R] URLdecode problems

2014-09-01 Thread Jeff Newmiller
I would guess that the original URLs were encoded somehow (non-ASCII), and the person who received them didn't understand how to deal with them either and url-encoded them with the thought that they would not lose information that way. Unfortunately, they probably lost the meta information as to