]> Sergey Matveev's repositories - public-inbox.git/commit
use utf8::{encode,decode} for in-place transforms
authorEric Wong <e@80x24.org>
Mon, 30 May 2016 04:50:33 +0000 (04:50 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 May 2016 04:50:33 +0000 (04:50 +0000)
commit682ecd3ad1eec32876f2705e6c60c7dfb30556aa
treefcf374ff20416d8ca1873d9ab1c92edb3383e024
parent56692b57c4e6a404fee0ec8eef857f35e09ce767
use utf8::{encode,decode} for in-place transforms

No need to duplicate the string when transforming it;
learned from studying SpamAssassin 3.4.1
lib/PublicInbox/NNTP.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/View.pm