Preserve valid JSON output.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/28e1b1fc Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/28e1b1fc Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/28e1b1fc Branch: refs/heads/1781-reorganize-and-improve-docs Commit: 28e1b1fcf63264782bddfa9b8d8208ac0fcd6c83 Parents: 360381a Author: Alexander Shorin <[email protected]> Authored: Sat Sep 7 21:29:33 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Fri Sep 27 22:01:48 2013 +0400 ---------------------------------------------------------------------- share/doc/src/api/ddoc/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/28e1b1fc/share/doc/src/api/ddoc/views.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/ddoc/views.rst b/share/doc/src/api/ddoc/views.rst index 00aa077..bb45095 100644 --- a/share/doc/src/api/ddoc/views.rst +++ b/share/doc/src/api/ddoc/views.rst @@ -397,7 +397,7 @@ content. The basic order of output is as follows: }, { "id": "dummy-doc", - "key": "пÑивеÑ", + "key": "\u043f\u0440\u0438\u0432\u0435\u0442", "value": null }, { @@ -516,7 +516,7 @@ You can reverse the order of the returned view information by using the }, { "id": "dummy-doc", - "key": "пÑивеÑ", + "key": "\u043f\u0440\u0438\u0432\u0435\u0442", "value": null }, {
