Branch: refs/heads/leont/utf8-index Home: https://github.com/Perl/perl5 Commit: 1a61ae02e8efaa6794f730a3eb734a41041cb1c1 https://github.com/Perl/perl5/commit/1a61ae02e8efaa6794f730a3eb734a41041cb1c1 Author: Leon Timmermans <[email protected]> Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M embed.fnc
M proto.h
M sv.c
M t/op/index.t
Log Message:
-----------
Do not cache utf8 offsets for non-canonical lengths
In particular, if the length is beyond the end, it should not be stored as the
end.
