Subject: | Encode 2.85+ breaks Encode::ISO2202JP2 |
See https://rt.cpan.org/Ticket/Display.html?id=117157
As of 2.85, the following block of code simply eats memory and never returns:
require Encode::ISO2022JP2;
my $text = Encode::encode( 'iso2022jp-2', chr(720) );