|
| From: | Moritz Heidkamp |
| Subject: | Re: [Chicken-users] Why does the JSON egg map JSON structs to Scheme vectors instead of alists? |
| Date: | Sun, 27 Nov 2011 18:49:35 +0100 |
Moritz Heidkamp <address@hidden> writes:
> Thanks for the hint. I managed to bisect it down to a Unicode character
> in one of the strings ("’"). Looking at medea's test suite I found this:
>
> ;; (test-read '#("Дҫ") "[\"Дҫ\"]") ; FIXME genturfahi needs utf8 support for
> that to work
>
> So thanks for the reminder, I should mention this limitation in medea's
> documentation.
OK, the documentation mentions this now. Note by the way that Unicode
escape sequences (\uXXXX) work.
Moritz
| [Prev in Thread] | Current Thread | [Next in Thread] |