]> git.donarmstrong.com Git - debbugs.git/commit
Text::Iconv has a bug where it fails to reset the converter with a call to iconv...
authorDon Armstrong <don@donarmstrong.com>
Thu, 4 Apr 2013 17:25:02 +0000 (10:25 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 4 Apr 2013 17:25:02 +0000 (10:25 -0700)
commit94c99b69df4bb1d9b4859b4796c99d0a4d9d4ae4
treeb448d215cdf0361aa2ad62f86ce78f4da610f543
parentded1b3d0daf464ae240e9e088edc30986992537a
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
Debbugs/UTF8.pm