found 466341 5.10.0-19
retitle 466341 support the Encode::decode CHECK argument with ISO-2022-JP
severity 466341 wishlist
thanks
On Mon, Feb 18, 2008 at 01:36:55AM -0500, Bryan Donlan wrote:
> Package: perl
> Version: 5.8.8-12
> Severity: normal
>
> Converting a certain sequence of ISO-2022-JP te
Package: perl
Version: 5.8.8-12
Severity: normal
Converting a certain sequence of ISO-2022-JP text to utf8 succeeds:
$ perl -MEncode -e '$s= "{\x1b\x24\x42\x2d)\x1b(B}"; print
encode("utf8", decode("iso-2022-jp", $s, Encode::FB_CROAK)), "\n"'
{⑨}
However, converting it back to ISO-2022-JP fails:
2 matches
Mail list logo