node-nntp
node-nntp copied to clipboard
Make stream conversion possible to other encoding
Converting buffers to other encodings than utf-8 is impossible if you already encode it right after receiving the chunk. I for example read a lot of articles encoded in ISO-8859-1 which I cannot convert (with node-iconv) to UTF-8 anymore.