Skip to content

Commit

Permalink
perldelta - Remove backticks
Browse files Browse the repository at this point in the history
(Spotted by mauke)
  • Loading branch information
steve-m-hay committed Jan 5, 2025
1 parent 405ca83 commit efe3208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ fixing [L<GH #19198|https://github.com/Perl/perl5/issues/19198>].

=item *

Fixed an issue where `utf8n_to_uvchr` failed to correctly identify certain
Fixed an issue where C<utf8n_to_uvchr()> 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<Encode>.

=item *

Expand Down

0 comments on commit efe3208

Please sign in to comment.