You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/17 13:10:58 UTC

[Couchdb Wiki] Update of "SignedDocuments" by NoahSlater

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "SignedDocuments" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/SignedDocuments?action=diff&rev1=8&rev2=9

   * No trailing commas.
   * Object keys sorted by Unicode character values (code points). The sorting occurs ''before'' escape sequences are added.
   * No decimal points in numbers (i.e. only integers allowed) or leading zeros. "-0" is not allowed.
-  * UTF-8 encoding of [[http://www.unicode.org/reports/tr15/|Unicode Normalization Form C]].
+  * Encoded as UTF-8 in [[http://www.unicode.org/reports/tr15/|Unicode Normalization Form C]].
  
  Note: The OLPC spec allows arbitrary byte sequences in strings, for easy storage of binary data. But this contradicts the [[http://www.ietf.org/rfc/rfc4627.txt|JSON specification]], which clearly states that "a string is a  sequence of zero or more Unicode characters".