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("+") "+" decodeURI("+") "+"
...encodeURI("+") "+" decodeURI("+") "+"
encodeURI("+") "+" decodeURI("+") "+"
This is a bug? Andrey
Attachments:
Back to the thread
Back to the list