Skip to content

Sort the reserved sigils, check for completeness #587

Closed
@aphillips

Description

@aphillips

In #574 I suggested that the sigils should be sorted in the ABNF. This is to track that comment.

currently we have:

reserved-annotation-start = "!" / "@" / "%" / "*" / "+"
                          / "<" / ">" / "?" / "~"

I would suggest this, which is in code point order:

reserved-annotation-start = "!" / "%" / "*" / "+"
                          / "<" / ">" / "?" / "@" / "~"

Also, are we missing these ASCII punctuation items: :, ;, (, ) ? (Note that & and ^ are private use sigils)

Metadata

Metadata

Assignees

No one assigned

    Labels

    LDML45LDML45 Release (Tech Preview)editorialIssue is non-normativesyntaxIssues 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