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 1546e0c commit 35c1265
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 @@ -98,12 +98,12 @@ C<builtin::> package would crash or assert due to a C<TARG> handling bug.

=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 35c1265

Please sign in to comment.