martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.33k stars 424 forks source link

Replace iconv #558

Open roccomuso opened 4 years ago

roccomuso commented 4 years ago

Would be better to use a js-only implementation of iconv, like: https://github.com/ashtuchkin/iconv-lite

Throne3d commented 3 years ago

Not to self-advertise too hard, but this repo has been dead for a few years, and I forked it a long time ago to https://github.com/Throne3d/node-irc (irc-upd on npm). My fork already uses iconv-lite, so may serve your needs better!