Skip to content

Commit

Permalink
Add hint for decoders
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 24, 2024
1 parent b3f17e4 commit 674150a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions draft-lenders-dns-cbor.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ For the purpose of this document, domain names remain case-insensitive as specif
The representation of a domain name is defined in {{fig:domain-name}}.
A label may either be encoded in ASCII-compatible encoding (ACE) {{-idna}} embedded within UTF-8 encoding of the text strings or plain UTF-8.
It is RECOMMENDED to use the encoding with the shorter length in bytes.
A decoder can identify the encoding by identifying the label as an XN-label (see {{-idna}}) which means it is ACE encoded or plain UTF-8 otherwise.

This sequence of text strings is supposed to be embedded into a surrounding array, usually the query
or resource record.
Expand Down

0 comments on commit 674150a

Please sign in to comment.