Skip to content

Bug in content-char #670

@aphillips

Description

@aphillips

@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

No one assigned

    Labels

    normativeIssue affects normative text in the specificationsyntaxIssues related with syntax or ABNF

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions