https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8272
--- Comment #13 from Sidney Markowitz <sid...@sidney.com> --- > How is return $_[0] correct for UTF-16? Shouldn't it be > return utf8::encode($rv) if !$return_decoded; > like is done at the very end of the sub? Typo, should not have typed "return" there, I'm aware that utf8::encode encodes in place, not as a return value. -- You are receiving this mail because: You are the assignee for the bug.