chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] JSON and unicode escapes


From: Dan Muresan
Subject: [Chicken-users] JSON and unicode escapes
Date: Wed, 23 May 2007 21:05:10 +0300
User-agent: Thunderbird 1.5.0.10 (X11/20070306)

Hi,

(json-read) doesn't support Unicode escapes:

csi> (json-read )
csi> "\u201c"
"u201c"

I'd like to fix that. Parsing the escapes should be easy since Chicken's (read) actually seems to understand the escapes (even without the utf8 egg).

I see from Trac that a number of people have worked on this egg, and that there's an official Tony G repository somewhere. Where is that repository? Does anyone know how to fix interpret-string-escape (i.e. can it return multiple chars, how to obtain the next token)?


Cheers,
Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]