From: Don Armstrong Date: Thu, 4 Apr 2013 17:25:02 +0000 (-0700) Subject: Text::Iconv has a bug where it fails to reset the converter with a call to iconv... X-Git-Tag: release/2.6.0~280^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=94c99b69df4bb1d9b4859b4796c99d0a4d9d4ae4;hp=94c99b69df4bb1d9b4859b4796c99d0a4d9d4ae4;p=debbugs.git Text::Iconv has a bug where it fails to reset the converter with a call to iconv(cd,NULL,(size_t) 0,NULL,(size_t) 0) if it fails during conversion; always create a new Text::Iconv object to work around this ---