j
k
j a
j l
Hi,
I encountered the following problem:
CL-USER> (hunchentoot:url-decode "+") " " CL-USER> (hunchentoot:url-encode "+") "%2B"
But in JavaScript:
......encodeURI("+")
...encodeURI("+")
encodeURI("+")
"+"
......decodeURI("+")
...decodeURI("+")
decodeURI("+")
This is a bug?
Andrey
Attachments:
Back to the thread
Back to the list