Re: RDS DISPLAY PROBLEM
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> May 15, 2004
- 496 views
On Sat, 15 May 2004 12:13:42 -0700, Robert Craig <guest at RapidEuphoria.com> wrote: >You may have noticed recently that there are no more >= 3 D's appearing. That's because RDS (ListFilter) >is scanning for them and fixing them. Yes, I've certainly noticed a marked improvement. Last year I wrote a "clipboard unmangler" which I used to use several times a day. Can't recall using it for ages now. > I decided not >to delete "=20" because that could be a legitimate >part of a Euphoria statement. Just a suggestion: If any part of the message contains an "= 3 d" then it should be safe to replace any "= 2 0" with space (but not of course when you replace "= 3 d 2 0" with "= 2 0"). Conversely, (and probably somewhat more reliably) if any message contains "==" (or in fact an = followed by any other than 0..9/a..f), then you can be pretty sure it is not quoted printable encoded. Am I wrong? Maybe if someone deliberately adds "==" to their message/sig it could be used to force this to be correctly resolved? (Since "= 3 d = 3 d" I think could only be part of a valid Euphoria program inside a string or a comment.) Regards, Pete