-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
normativeIssue affects normative text in the specificationIssue affects normative text in the specificationsyntaxIssues related with syntax or ABNFIssues related with syntax or ABNF
Description
@bhaible noticed that content-char says (in part):
/ %x0E-19 ; omit SP (%x20)
/ %x21-2D ; omit . (%x2E)It should say:
/ %x0E-1F ; omit SP (%x20)
/ %x21-2D ; omit . (%x2E)Because hex works that way...
Metadata
Metadata
Assignees
Labels
normativeIssue affects normative text in the specificationIssue affects normative text in the specificationsyntaxIssues related with syntax or ABNFIssues related with syntax or ABNF