Hi Sven, > I stumbled across this comment > in json-read from file ./api/packrat/src/Llib/json.scm : > > ;; we don't support the "u" escape for unicode > > Do you plan to fix this? > Or should one preprocess json data (converting the \u0123 > notation to UTF-8, or similar) before calling json-read? No, I don't as this is already supported by the JSON-PARSE function of the Bigloo web library (see api/web).
Cheers, -- Manuel
