[REBOL] Re: ISO-8859-1 question
From: spike:dal at: 24-Jan-2001 10:35
Eric:
Thanks so much, it works perfectly. I'm very happy to have seen this as I
was just about to start having a perl program parse all of the stuff before
it got to the rebol program. I'm much happier having it all in one.
One note though,
Your syntax:
>You can use it like this:
>
> page: utf-iso read <some url>
doesn't seem to work as it looks for some string and the like..
I just did:
page: read to-url <urlhere>
page2: utf-iso page
Works great.
Thanks again.. (Note, I will likely be unsubscribing from this list, any
followups should be CC:'d to me)
MirclMax
[spike--dal--net]
Quoth Eric Long at 05:30 PM 1/24/2001 +0900: