@ -1140,6 +1140,14 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
<table id="icu-collation-levels">
<table id="icu-collation-levels">
<title>ICU Collation Levels</title>
<title>ICU Collation Levels</title>
<tgroup cols="8">
<tgroup cols="8">
<colspec colname="col1" colwidth="1*"/>
<colspec colname="col2" colwidth="1.25*"/>
<colspec colname="col3" colwidth="1*"/>
<colspec colname="col4" colwidth="1*"/>
<colspec colname="col5" colwidth="1*"/>
<colspec colname="col6" colwidth="1*"/>
<colspec colname="col7" colwidth="1*"/>
<colspec colname="col8" colwidth="1*"/>
<thead>
<thead>
<row>
<row>
<entry>Level</entry>
<entry>Level</entry>
@ -1250,6 +1258,10 @@ SELECT 'x-y' = 'x_y' COLLATE level4; -- false
<table id="icu-collation-settings-table">
<table id="icu-collation-settings-table">
<title>ICU Collation Settings</title>
<title>ICU Collation Settings</title>
<tgroup cols="4">
<tgroup cols="4">
<colspec colname="col1" colwidth="1*"/>
<colspec colname="col2" colwidth="2*"/>
<colspec colname="col3" colwidth="2*"/>
<colspec colname="col4" colwidth="5*"/>
<thead>
<thead>
<row>
<row>
<entry>Key</entry>
<entry>Key</entry>
@ -1305,10 +1317,11 @@ SELECT 'x-y' = 'x_y' COLLATE level4; -- false
</para>
</para>
<para>
<para>
Full normalization is important in some cases, such as when
Full normalization is important in some cases, such as when
multiple accents are applied to a single character. For instance,
multiple accents are applied to a single character. For example,
<literal>'ẹ ̂ '</literal> can be composed of code points
the code point sequences <literal>U&'\0065\0323\0302'</literal>
<literal>U&'\0065\0323\0302'</literal> or
and <literal>U&'\0065\0302\0323'</literal> represent
<literal>U&'\0065\0302\0323'</literal>. With full normalization
an <literal>e</literal> with circumflex and dot-below accents
applied in different orders. With full normalization
on, these code point sequences are treated as equal; otherwise they
on, these code point sequences are treated as equal; otherwise they
are unequal.
are unequal.
</para>
</para>