Jcode 2.07 を Release したのでお知らせします。

RT経由でpatchが届いていたのですが、RTからのmailがなぜか届かず放置されていました。

perldoc Jcode
       $mime_header = $j->mime_encode([$lf, $bpl])
         Converts $str to MIME‐Header documented in RFC1522.  When $lf is
         specified, it uses $lf to fold line (default: \n).  When $bpl is
         specified, it uses $bpl for the number of bytes (default: 76; this
         number must be smaller than 76).

これの$lfが無視されていたというのが今回修正された問題です。

Changes
$Revision: 2.7 $ $Date: 2008/05/10 18:15:19 $
! Jcode.pm
  fixed: mime_encode doesn't work properly
  patch appled but the default value of $lf is reverted.
  http://rt.cpan.org/Ticket/Display.html?id=29049

以上とりいそぎ

Dan the (J|En)code Maintainer