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/07 19:30:09 UTC

git commit: updated refs/heads/1781-reorganize-and-improve-docs to 299d1bc

Updated Branches:
  refs/heads/1781-reorganize-and-improve-docs 6216be3e0 -> 299d1bcf1


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/299d1bcf
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/299d1bcf
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/299d1bcf

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 299d1bcf1716b1d18560fa5708d2abd013a1c668
Parents: 6216be3
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Sep 7 21:29:33 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Sep 7 21:29:33 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/299d1bcf/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
           },
           {