Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminates $?ENC
Str.encode does not seem to have ever used it, even going back in
history 7 years:
https://github.com/rakudo/rakudo/blame/8453ed1c076bda52161ddd792ee8dd81df5790e3/src/core/Str.pm
I haven't checked the other mentioned, but it does not seem to be
either in Rakudo or roast now. Refs #2547
  • Loading branch information
JJ committed Jan 10, 2019
1 parent 6c1ec11 commit ea91e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/Language/variables.pod6
Expand Up @@ -1150,7 +1150,6 @@ The following compile time variables allow for a deeper introspection:
$?GRAMMAR Which grammar am I in?
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
$?NL What a vertical newline "\n" means: LF, CR or CRLF
$?ENC Default encoding of various IO methods, e.g., Str.encode, Buf.decode
$?DISTRIBUTION The Distribution of the current compilation unit.
With particular regard to the C<$?NL>, see the L<newline pragma|/language/pragmas>.
Expand Down

0 comments on commit ea91e36

Please sign in to comment.