diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 22abc2a05175..33759953d20e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -75,12 +75,12 @@ fixing [L]. =item * -Fixed an issue where `utf8n_to_uvchr` failed to correctly identify certain +Fixed an issue where C failed to correctly identify certain invalid UTF-8 sequences as invalid. Specifically, sequences that start with continuation bytes or unassigned bytes could cause unexpected behaviour or a panic. This fix ensures that such invalid sequences are now properly detected and handled. This correction also resolves related issues in modules that -handle UTF-8 processing, such as `Encode.pm`. +handle UTF-8 processing, such as L. =item *