Well, encodeURIComponent used for text only part solves the non-standard language problem (strange characters, but no lisp exception), but it messes up some characters which are handled properly by escape() function (i.e "Ciarán" is handled by escape() but not encodeURIComponent()).

Andrew

On Wed, Sep 3, 2008 at 12:11 PM, Andrei Stebakov <lispercat@gmail.com> wrote:
Oh, you mean using JS urlEncode and then use HT url-decode? I'll try it.


On Wed, Sep 3, 2008 at 12:07 PM, Edi Weitz <edi@agharta.de> wrote:
On Wed, 3 Sep 2008 11:40:32 -0400, "Andrei Stebakov" <lispercat@gmail.com> wrote:

> They do it when I use JavaScript escape() function

See the link I sent earlier.
_______________________________________________
tbnl-devel site list
tbnl-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-devel