@@ -1140,6 +1140,14 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
1140
1140
<table id="icu-collation-levels">
1141
1141
<title>ICU Collation Levels</title>
1142
1142
<tgroup cols="8">
1143
+ <colspec colname="col1" colwidth="1*"/>
1144
+ <colspec colname="col2" colwidth="1.25*"/>
1145
+ <colspec colname="col3" colwidth="1*"/>
1146
+ <colspec colname="col4" colwidth="1*"/>
1147
+ <colspec colname="col5" colwidth="1*"/>
1148
+ <colspec colname="col6" colwidth="1*"/>
1149
+ <colspec colname="col7" colwidth="1*"/>
1150
+ <colspec colname="col8" colwidth="1*"/>
1143
1151
<thead>
1144
1152
<row>
1145
1153
<entry>Level</entry>
@@ -1250,6 +1258,10 @@ SELECT 'x-y' = 'x_y' COLLATE level4; -- false
1250
1258
<table id="icu-collation-settings-table">
1251
1259
<title>ICU Collation Settings</title>
1252
1260
<tgroup cols="4">
1261
+ <colspec colname="col1" colwidth="1*"/>
1262
+ <colspec colname="col2" colwidth="2*"/>
1263
+ <colspec colname="col3" colwidth="2*"/>
1264
+ <colspec colname="col4" colwidth="5*"/>
1253
1265
<thead>
1254
1266
<row>
1255
1267
<entry>Key</entry>
@@ -1305,10 +1317,11 @@ SELECT 'x-y' = 'x_y' COLLATE level4; -- false
1305
1317
</para>
1306
1318
<para>
1307
1319
Full normalization is important in some cases, such as when
1308
- multiple accents are applied to a single character. For instance,
1309
- <literal>'ệ'</literal> can be composed of code points
1310
- <literal>U&'\0065\0323\0302'</literal> or
1311
- <literal>U&'\0065\0302\0323'</literal>. With full normalization
1320
+ multiple accents are applied to a single character. For example,
1321
+ the code point sequences <literal>U&'\0065\0323\0302'</literal>
1322
+ and <literal>U&'\0065\0302\0323'</literal> represent
1323
+ an <literal>e</literal> with circumflex and dot-below accents
1324
+ applied in different orders. With full normalization
1312
1325
on, these code point sequences are treated as equal; otherwise they
1313
1326
are unequal.
1314
1327
</para>
0 commit comments