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.
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.