summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-09-07 21:29:33 +0400
committerAlexander Shorin <kxepal@apache.org>2013-09-27 22:01:48 +0400
commit28e1b1fcf63264782bddfa9b8d8208ac0fcd6c83 (patch)
tree73c094e7bbe9d289010f54241b1e62e5d6b55819
parent360381ac07ede47ae26e80be17dcf3f75ce23ef5 (diff)
downloadcouchdb-28e1b1fcf63264782bddfa9b8d8208ac0fcd6c83.tar.gz
Preserve valid JSON output.
-rw-r--r--share/doc/src/api/ddoc/views.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/src/api/ddoc/views.rst b/share/doc/src/api/ddoc/views.rst
index 00aa07751..bb45095e6 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
},
{