Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | shared: json - support escaping utf16 surrogate pairs | Tom Gundersen | |
We originally only supported escaping ucs2 encoded characters (as \uxxxx). This only covers the BMP. Support escaping also utf16 surrogate pairs (on the form \uxxxx\uyyyy) to cover all of unicode. | |||
2014-12-22 | shared: utf8 - support ucs4 -> utf8 | Tom Gundersen | |
Originally we only supported ucs2, so move the ucs4 version from libsystemd-terminal to shared and use that everywhere. | |||
2014-12-16 | test-json: use fabs | Thomas Hindoe Paaboel Andersen | |
2014-12-15 | shared: add minimal JSON tokenizer | Lennart Poettering | |