Hi Alex,

Hi Jon,

 Could it be me doing something wrong in Pico Lisp? Here are the first
 few lines on my request handler:

 (de getDirectory ()
        (let Path (get 'path 'http)
                (out NIL (println "getDirectory request" Path))
                (httpHead "text/javascript; charset=utf-8")
                (ht:Out T
                ...

No, this looks all right.

I suspect it must have to do with the way the JSON library posts its
data.

Cheers,
- Alex

Anyway, your solution seems to do the trick. ;-) Thanks.

At 11:16 +0200 27-05-08, Alexander Burger wrote:
   (redef ht:Pack (Lst)
      (ht:Pack (replace Lst "+" " ")) )

/Jon
--
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Reply via email to