* l.mai@web.de via RT <perlbug-followup@perl.org> [2016-07-12 23:00]: > I agree. Fixed in 6d451ee1. I don’t like this edit. I propose to instead change all 3 instances of that paragraph in perlfunc to the following: Note the emphasis on bytes: even if the filehandle has been set to operate on characters (for example using the C<:encoding(utf8)> I/O layer), the L<C<seek>|/seek FILEHANDLE,POSITION,WHENCE>, L<C<tell>|/tell FILEHANDLE>, and L<C<sysseek>|/sysseek FILEHANDLE,POSITION,WHENCE> family of functions use byte offsets, not character offsets, because seeking to a character offset would be very slow in a UTF-8 file. Pushed to ap/seektell so people can look at how the result looks&feels. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>Thread Previous | Thread Next