diff options
Diffstat (limited to 'doc/src/sgml/charset.sgml')
-rw-r--r-- | doc/src/sgml/charset.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 25febcac4c0..975b9dc9523 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1158,7 +1158,7 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true <para> <xref linkend="icu-collation-levels"/> shows which textual feature differences are considered significant when determining equality at the - given level. The unicode character <literal>U+2063</literal> is an + given level. The Unicode character <literal>U+2063</literal> is an invisible separator, and as seen in the table, is ignored for at all levels of comparison less than <literal>identic</literal>. </para> |