[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: DELTAGS



Reply to note from "J. R. Fox"  Wed, 02 Oct 2002
10:57:25 -0800

Jordan:

> Well, I never had to do this before (and I haven't seen this
> often),

I see it all the time: HTML sent via e-mail is quoted-printable
encoded.

> I must comment here that QPD takes a very long time to parse a
> file like that . . . which wasn't an inordinately large one.
> Which makes me wonder, in situations where that is the case
> (and not just for QPD), is there not some alternate parsing
> method that could be chosen, done all in memory and not
> updating the screen page ?

Your file was 228K. No way you're gonna use XPL to process a 228K
file "all in memory". Force more than 4 or 5K of data (tops!) into
a Save/Get, and you're asking for trouble.

Moreover, QPEncode and QPDecode (the U2 routines) stress meticulous
observance of MIME standards over speed -- though, considering the
computation involved, the speed isn't bad, for XPL. (Wait 18 months
and the speed will double.) And they're optimized for encoding and
decoding XyWrite|NotaBene docs and XPL code: they understand
functions, wildcards, Speedos and other 3-byte characters --
critical on the decoding end. In some mail programs I've seen, the
quoted-printable implementation is so weak that XPL doesn't decode
accurately. QPD fills that breach.

--
Carl Distefano
cld@xxxxxxxx
http://users.datarealm.com/xywwweb/