FurqanSoftware / node-whois

A simple WHOIS client for NodeJS
https://npmjs.org/package/whois
Other
255 stars 78 forks source link

Handling Encoding #115

Open umutm opened 2 years ago

umutm commented 2 years ago

I have been playing with the encoding options and, whichever option I tried, I couldn't successfully encode this request: whois.lookup('yahoo.com.tr', {encoding: 'binary'}, callback);

Tried utf8, latin1 and others as well.

Any feedback on how to get it successfully encoded? Thanks very much.