File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ As of Rakudo 2018.11, there is no longer any need to use
32
32
C < experimental :collation > any more, as the feature standardized.
33
33
34
34
The L < collate > and L << «&infix:<coll>»|/language/operators#index-entry-infix_coll >>
35
- methods are no longer experimental. However, they are affected by the
36
- X < B < $*COLLATION > |$*COLLATION> , which configures the four X < collation levels > .
35
+ methods are no longer experimental. However, they are affected by the
36
+ X < B < $*COLLATION > |$*COLLATION> , which configures the four X < collation levels > .
37
37
While the Primary, Secondary and Tertiary mean different things for different scripts,
38
- for the Latin script used in English they mostly correspond with Primary being Alphabetic,
38
+ for the Latin script used in English they mostly correspond with Primary being Alphabetic,
39
39
Secondary being Diacritics and Tertiary being Case.
40
40
41
41
In the example below you can see how when we disable tertiary collation which in
You can’t perform that action at this time.
0 commit comments