Skip to content

Escape sequence for ? #7

@dpb587

Description

@dpb587

go-patch introduces ? as a new, non-rfc6901 special character, but there's not an escape sequence defined. Preferences? Since non-standard, start in descending order; ~9?

rfc6901Decoder = strings.NewReplacer("~0", "~", "~1", "/")
rfc6901Encoder = strings.NewReplacer("~", "~0", "/", "~1")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions