You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/09/27 20:03:35 UTC

[34/50] [abbrv] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 2375d00

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 <kx...@apache.org>
Authored: Sat Sep 7 21:29:33 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
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
           },
           {