<div dir="ltr">Yes, it's there, I tried it but for some reason I get an exception on lisp side when the whole URI is encoded.<br>Then I started to use encodeURIComponent() with which I only encode the text part of the GET request. This works, only it messes up some of the non-standard characters.<br>
<br><div class="gmail_quote">On Wed, Sep 3, 2008 at 1:57 PM, Edi Weitz <span dir="ltr"><<a href="mailto:edi@agharta.de">edi@agharta.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 3 Sep 2008 12:37:16 -0400, "Andrei Stebakov" <<a href="mailto:lispercat@gmail.com">lispercat@gmail.com</a>> wrote:<br>
<br>
> Well, encodeURIComponent used for text only part solves the<br>
> non-standard language problem (strange characters, but no lisp<br>
> exception), but it messes up some characters which are handled<br>
> properly by escape() function (i.e "Ciarán" is handled by escape()<br>
> but not encodeURIComponent()).<br>
<br>
</div>The Wiki page mentioned a function called encodeURI.  That's not<br>
there?<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
</div></div></blockquote></div><br></div>