Mercurial > public > mercurial-scm > hg
log mercurial/encoding.py @ 28068:9ece901f7a19
age | author | description |
---|---|---|
Sun, 27 Dec 2015 19:28:34 +0900 | Yuya Nishihara | encoding: add option to escape non-ascii characters in JSON |
Sat, 30 Jan 2016 19:48:35 +0900 | Yuya Nishihara | encoding: initialize jsonmap when module is loaded |
Sat, 30 Jan 2016 19:41:34 +0900 | Yuya Nishihara | encoding: change jsonmap to a list indexed by code point |
Sat, 16 Jan 2016 18:30:01 +0900 | Yuya Nishihara | encoding: escape U+007F (DEL) character in JSON |
Thu, 07 Jan 2016 14:57:57 -0600 | Matt Mackall | encoding: handle UTF-16 internal limit with fromutf8b (issue5031) |
Sat, 12 Dec 2015 23:26:12 -0800 | Gregory Szorc | encoding: use double backslash |