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 305e7f9 commit 9ed6044Copy full SHA for 9ed6044
doc/Type/Any.pod6
@@ -1438,8 +1438,9 @@ my %hash = 'aa' => 'value', 'Za' => 'second';
1438
say %hash.collate; # (aa => value Za => second);
1439
=end code
1440
1441
-This method is affected by the X<$*COLLATION> variable, which
1442
-configures the four X<collation levels>. While the Primary, Secondary and
+This method is affected by the
+L<C<$*COLLATION>|/language/variables#index-entry-$*COLLATION> variable, which
1443
+configures the four X<collation levels>. While Primary, Secondary and
1444
Tertiary mean different things for different scripts, for the Latin script used
1445
in English they mostly correspond with Primary being Alphabetic, Secondary being
1446
Diacritics and Tertiary being Case.
0 commit comments