Em Segunda 22 Maio 2006 23:51, Will escreveu: > > It looks like the old problem of line endings. > > > > IE might be considering DOS/Windows style (\r\n) while Firefox is > > considering Unix style (\n) line endings... Have you tried IE for Mac? > > :-) It might give you just "%0D" (\r)... :-) > > LOL - yet another reason to get a Mac. Thanks for the reply. If what you > say is the case that would mean queryString needs modifying, yah?
I believe that the correct behavior is returning just "\n" and the program -- the browser, here -- should do the correct thing with it... If it needs some modifying? I really dunno... I'd prefer receiving everything as the browser sees it instead of receiving a pre-processed string that wasn't pre-processed by me... Anyway, I believe that your application shouldn't care for line breaks and other control codes. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
