comparison mercurial/manifest.c @ 28536:ffa599f3f503

encoding: escape U+007F (DEL) character in JSON RFC 7159 does not state that U+007F must be escaped, but it is widely considered a control character. As '\x7f' is invisible on a terminal, and Python's json.dumps() escapes '\x7f', let's do the same.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 16 Jan 2016 18:30:01 +0900
parents abc79f44f548
children
comparison
equal deleted inserted replaced
28535:b04df9ce1fb0 28536:ffa599f3f503