Skip to content

Commit 996d02b

Browse files
committed
Reword $?ENC meaning.
1 parent 6b9286a commit 996d02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?NL>X<|$?ENC>
10841084
$?GRAMMAR Which grammar am I in?
10851085
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
10861086
$?NL What a vertical newline "\n" means: LF, CR or CRLF
1087-
$?ENC Default encoding of Str.encode/Buf.decode/various IO methods.
1087+
$?ENC Default encoding of various IO methods, e.g., Str.encode, Buf.decode
10881088
10891089
With particular regard to the C<$?NL>, see the L<newline pragma|/language/pragmas>.
10901090

0 commit comments

Comments
 (0)