[cl-json-devel] Bug in encode.lisp

Chris Laux chris at terraminds.com
Tue Oct 23 17:22:41 UTC 2007


Hi,

I've only just started using cl-json, but kanji don't seem to be encoded
properly, using the darcs version. The problem can be resolved by
changing the following conditional (see diff below), so I'm guessing
that's a bug?

Thanks for making cl-json available btw.

Cheers,

Chris Laux


105c105
<           ((> code #x1f)
---
>           ((<= code #x1f)



More information about the cl-json-devel mailing list