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

[REBOL] Re: URL handling

From: holger:rebol at: 21-Sep-2001 9:50

On Fri, Sep 21, 2001 at 09:43:55AM -0700, Holger Kruse wrote:
> Another workaround is to "double-escape", i.e. to escape the % character > as well, as in http://host/path/...soeginfo=S%5EF8g. Here the %5E
Actually it is %25F8, not %5EF8, sorry. The %5E can be used to escape a "^" character in REBOL, in different situations. -- Holger Kruse [holger--rebol--com]