]> granicus.if.org Git - postgresql/commitdiff
Documentation update for UTF16 surrogate pairs in UTF8 encoding.
authorBruce Momjian <bruce@momjian.us>
Sun, 20 Feb 2011 00:00:19 +0000 (19:00 -0500)
committerBruce Momjian <bruce@momjian.us>
Sun, 20 Feb 2011 00:00:19 +0000 (19:00 -0500)
Marko Kreen

doc/src/sgml/syntax.sgml

index 00f665ae5444290f999cd0f1bc8078eff78ac007..b4c4b5e23ef2a82354b88ce2f96b207a3723e13e 100644 (file)
@@ -241,10 +241,9 @@ U&amp;"d!0061t!+000061" UESCAPE '!'
     specified.  Both the 4-digit and the 6-digit form can be used to
     specify UTF-16 surrogate pairs to compose characters with code
     points larger than U+FFFF, although the availability of the
-    6-digit form technically makes this unnecessary.  (When surrogate
-    pairs are used when the server encoding is <literal>UTF8</>, they
-    are first combined into a single code point that is then encoded
-    in UTF-8.)
+    6-digit form technically makes this unnecessary.  (Surrogate
+    pairs are not stored directly, but combined into a single
+    code point that is then encoded in UTF-8.)
    </para>
 
    <para>