Skip to content

Meaning of "<any OCTET except CTLs, but including LWS>" #102

@o018BUm8UQEEY2e5

Description

@o018BUm8UQEEY2e5

I'm confused by this rule in the ABNF provided in The WARC Format 1.1:

TEXT          = <any OCTET except CTLs,
                but including LWS>

Which of these (if any) is the correct interpretation:

TEXT          = %x20-7E | %x80-FF | LWS 
TEXT          = %x20-7E | %x80-FF | SP | HT
TEXT          = %x20-7E | %x80-FF | CR | LF | SP | HT

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions