dnsdb / dnsdbq

DNSDB API Client, C Version
94 stars 22 forks source link

IDN awareness #174

Closed djw1149 closed 1 year ago

djw1149 commented 3 years ago

Normally dnsdbq requires that -n or -r arguments are 7-bit ASCII clean. Non-ASCII values should be queried using PUNYCODE IDN encoding. The -8 option allows using arbitrary 8 bit values.

We would like to support IDNs on both input and output. This would allow specifying arbitrary 8 bit values (i.e. native character encodings) as command-line arguments or in batch files and outputting either the PUNYCODE or native character encodings.

djw1149 commented 3 years ago

Paul: you changed some relevant code in the multitype branch, maybe you want this issue?

vixie commented 3 years ago

i think IDN support would be beneficial, but i loathe adding more dependencies beyond libcurl and libjansson. i think this issue should remain open until that day, someday, when dnsdbq is put under autoconf/automake.

vixie commented 1 year ago

time expired.