Skip to content

Prevent encoding of escape sequences (\t \r \n etc.) #8

@SimonFrings

Description

@SimonFrings

The TsvEncoder currently encodes escape sequences like \t, \n etc. as is. This could lead to some unwanted behavior and will corrupt the expected output. As it says in the definition of tab-separated-values, fields that contain tabs (or other escape characters) are not allowable in this encoding. Therefore this should throw an error.

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