From: Philipp Takacs Date: Fri, 12 Aug 2016 15:43:05 +0000 (+0200) Subject: fix bug in decode_rfc2047() X-Git-Tag: mmh-0.3~6 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=1afb651874175658357df5a065ebcf49ee28705f;hp=1afb651874175658357df5a065ebcf49ee28705f;p=mmh fix bug in decode_rfc2047() If iconv() returns an error and the source encoding is utf-8, the character jump has an of by one: the source string is incresed by one possition more the the length is decreased. ---