Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: x-www-form-urlencoded (bug in bitset! or find ?)

From: alex:pini:mclink:it at: 3-Sep-2000 23:26

>- Open Your Mind -<
Quoting from my message (03-Sep-00 18:09:43). a> The differences: a> datatype checking (I need to be notified when I do something wrong :-); a> all charset's special characters are now in a string for clarity; a> the special characters are now the ones specified in RFC 1738, minus the plus (huh? :-); a> white space (" ") is now transformed into a plus ("+"), as per HTML 4.01 specs, which de-facto obsolete RFC 1866; a> line break is now transformed into the pair "%0D%0A", as per HTML 4.01 specs; a> the "some" word is now "any" to deal with empty strings (even if results don't change: pedantic now, no headaches later); a> layout and some names changed to meet REBOL standards and to suit my tastes :-) ... and, of course, the /all refinement has been added to parse (I forgot, sorry). Alessandro Pini ([alex--pini--mclink--it]) So far we've got everything more or less under control. We should be OK, for now... As long as nothing *else* goes wrong. (Ivanova)