[hunchentoot-devel] url-decode with Unicode text

Andrei Stebakov lispercat at gmail.com
Wed Sep 3 16:37:16 UTC 2008


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 at 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 at agharta.de> wrote:
>
>> On Wed, 3 Sep 2008 11:40:32 -0400, "Andrei Stebakov" <lispercat at gmail.com>
>> wrote:
>>
>> > They do it when I use JavaScript escape() function
>>
>> See the link I sent earlier.
>> _______________________________________________
>> tbnl-devel site list
>> tbnl-devel at common-lisp.net
>> http://common-lisp.net/mailman/listinfo/tbnl-devel
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20080903/7673be51/attachment.html>


More information about the Tbnl-devel mailing list