Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document :collation ain't an experiment no more
De-experementalized in rakudo/rakudo@20c41ca5de
  • Loading branch information
zoffixznet committed Oct 28, 2018
1 parent ad8b2ac commit 4ac7549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Language/experimental.pod6
Expand Up @@ -28,6 +28,9 @@ not yet rendered properly.
=head1 Collation
As of Rakudo 2018.11, there is no longer any need to use
C<experimental :collation> any more, as the feature standardized.
The L<collate> and L<coll> methods are no longer experimental. However,
they are affected by the X<B<$*COLLATION>|$*COLLATION>, which configures the four X<collation levels>. While the Primary, Secondary and Tertiary mean different things for different scripts, for the Latin script used in English they mostly correspond with Primary being Alphabetic, Secondary being Diacritics and Tertiary being Case.
Expand Down

0 comments on commit 4ac7549

Please sign in to comment.