]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: fixup "Wide character" warnings
authorEric Wong <e@80x24.org>
Fri, 13 May 2016 12:12:41 +0000 (12:12 +0000)
committerEric Wong <e@80x24.org>
Fri, 13 May 2016 12:12:41 +0000 (12:12 +0000)
commit821dcde53cc4ea636078b282c1d81a30f7070a96
tree2cd67e7ddad56415c8f622e753dd72a280cab68d
parent265e79ff82ce6e22f039031f53068e51c6cc6c77
nntp: fixup "Wide character" warnings

We need Perl to believe everything we send is UTF-8,
make it so, even if it may not be.

Fixes: 265e79ff82ce 'Revert "nntp: proper UTF-8 support (hopefully?)"'
lib/PublicInbox/NNTP.pm