comparison .hgignore @ 28068:9ece901f7a19

encoding: add option to escape non-ascii characters in JSON This is necessary for hgweb to embed JSON data in HTML. JSON data must be able to be embedded in non-UTF-8 HTML page so long as the page encoding is compatible with ASCII. According to RFC 7159, non-BMP character is represented as UTF-16 surrogate pair. This function first splits an input string into an array of UTF-16 code points. https://tools.ietf.org/html/rfc7159.html#section-7
author Yuya Nishihara <yuya@tcha.org>
date Sun, 27 Dec 2015 19:28:34 +0900
parents 3753d2e1759b
children f75f7d39cca3
comparison
equal deleted inserted replaced
28067:69a02b1e947c 28068:9ece901f7a19