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
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
2 matches
Mail list logo