Pronouns in DNS
@olivvybee is Unicode supported?
@stgiga I imagine that depends on the particular dns host, I don’t think it’s standardised that much

@olivvybee @stgiga it

1) definitely violates the spec
2) will probably work fine in dig

@olivvybee @stgiga being pedantic, it should probably be _pronouns for the text record
@olivvybee @stgiga wait I looked up the spec, binary data is allowed? Welp..
Valid TXT records may contain binary data · Issue #22 · tailhook/dns-parser

The parser insists that the content of a valid TXT record be UTF8, but it ain't necessarily so. RFC 1035 talks about "character-string"s without, so far as I can see, ever spelling out what a "char...

GitHub