Skip to content

Commit 1ec4e7f

Browse files
committed
Note readchars issue
Closes #4523
1 parent 5d6f5c7 commit 1ec4e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Type/IO/Handle.rakudoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,10 @@ given $file.open {
648648
}
649649
=end code
650650

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+
651655
=head2 method write
652656

653657
method write(IO::Handle:D: Blob:D $buf --> True)

0 commit comments

Comments
 (0)