Unicode escape with \u in json-read
Sven Hartrumpf <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hi Manuel. 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? Ciao Sven