mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Documentation update for UTF16 surrogate pairs in UTF8 encoding.
Marko Kreen
This commit is contained in:
@ -241,10 +241,9 @@ U&"d!0061t!+000061" UESCAPE '!'
|
|||||||
specified. Both the 4-digit and the 6-digit form can be used to
|
specified. Both the 4-digit and the 6-digit form can be used to
|
||||||
specify UTF-16 surrogate pairs to compose characters with code
|
specify UTF-16 surrogate pairs to compose characters with code
|
||||||
points larger than U+FFFF, although the availability of the
|
points larger than U+FFFF, although the availability of the
|
||||||
6-digit form technically makes this unnecessary. (When surrogate
|
6-digit form technically makes this unnecessary. (Surrogate
|
||||||
pairs are used when the server encoding is <literal>UTF8</>, they
|
pairs are not stored directly, but combined into a single
|
||||||
are first combined into a single code point that is then encoded
|
code point that is then encoded in UTF-8.)
|
||||||
in UTF-8.)
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user