We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6f5c7 commit 1ec4e7fCopy full SHA for 1ec4e7f
doc/Type/IO/Handle.rakudoc
@@ -648,6 +648,10 @@ given $file.open {
648
}
649
=end code
650
651
+B<Note>: Calling C<.tell> after using C<.readchars>
652
+L<might be off by up to 3 bytes|https://github.com/rakudo/rakudo/issues/3646>
653
+as a result of L<unicode processing|https://www.nntp.perl.org/group/perl.perl6.users/2020/04/msg8385.html>.
654
+
655
=head2 method write
656
657
method write(IO::Handle:D: Blob:D $buf --> True)
0 commit comments