8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07ae21 commit 8c0f1e2Copy full SHA for 8c0f1e2
doc/src/sgml/syntax.sgml
@@ -241,10 +241,9 @@ U&"d!0061t!+000061" UESCAPE '!'
241
specified. Both the 4-digit and the 6-digit form can be used to
242
specify UTF-16 surrogate pairs to compose characters with code
243
points larger than U+FFFF, although the availability of the
244
- 6-digit form technically makes this unnecessary. (When surrogate
245
- pairs are used when the server encoding is <literal>UTF8</>, they
246
- are first combined into a single code point that is then encoded
247
- 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.)
248
</para>
249
250
<para>
0 commit comments