From 92f6f0f22cbb7534d249bede78f03712bb788688 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 14 May 2011 21:08:02 +0300 Subject: [PATCH] doc: Clarify that Unicode normalization or comparison algorithms are not used --- doc/conformance.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/conformance.rst b/doc/conformance.rst index 6359f22..34d60bd 100644 --- a/doc/conformance.rst +++ b/doc/conformance.rst @@ -30,6 +30,12 @@ error:: All other Unicode codepoints U+0001 through U+10FFFF are allowed. +Unicode normalization or any other transformation is never performed +on any strings (string values or object keys). When checking for +equivalence of strings or object keys, the comparison is performed +byte by byte between the original UTF-8 representations of the +strings. + Numbers ======= -- 2.1.4