]> Sergey Matveev's repositories - public-inbox.git/commit
Revert "nntp: proper UTF-8 support (hopefully?)"
authorEric Wong <e@80x24.org>
Sun, 8 May 2016 22:03:16 +0000 (22:03 +0000)
committerEric Wong <e@80x24.org>
Fri, 13 May 2016 11:18:14 +0000 (11:18 +0000)
commit265e79ff82ce6e22f039031f53068e51c6cc6c77
tree7fc7c0af48560a02cd91a408b6d027e0d51c9308
parenta6e0d5634e3e8076745b47c32cd81e6a5a60bbc4
Revert "nntp: proper UTF-8 support (hopefully?)"

This reverts commit f81ad477cb013d05b9b11fa051a9ebc5983a5be6.

The raw, undecoded body is probably what should be sent over the
wire anyways for clients to deal with.  We'll need this to avoid
deprecation warnings with Perl 5.24+ since we use
send()/recv()/sysread().
lib/PublicInbox/NNTP.pm