Open Trinitas opened 9 years ago
Binary encoding?
socket.write(data, [encoding], [callback])
tested with nick: björn
self.send('NICK '+self.opt.nick+'\r\n','binary'); don't work self.conn.write('NICK '+self.opt.nick+'\r\n', 'binary'); Works Line ~726
@apeiron
I was playing around and noticed that if you send a nick with binary encoding its possible to make ISO-8859-1 character nick without iconv but sadly Binary is going to be removed in node. Maybe there is another way around?