Skip to content

Commit

Permalink
"lexically scoped idea of what a character is" is no longer a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Apr 7, 2016
1 parent f352c3a commit e612cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Str.pod
Expand Up @@ -141,8 +141,8 @@ Perl 6 does not have a C<length> function. See L<chars>, L<elems>,
multi sub chars(str $x) returns int
multi method chars(Str:D:) returns Int:D
Returns the number of characters in the string in the current
(lexically scoped) idea of what a normal character is, usually graphemes.
Returns the number of characters in the string in graphemes. On the JVM, this
currently erroneously returns the number of codepoints instead.
=head2 method encode
Expand Down

0 comments on commit e612cd3

Please sign in to comment.