Skip to content

U+200E symbol breaks alignment with column #18

@097115

Description

@097115

Steps to reproduce:

$ printf "foo | 2021\nfoo bar | 2022\n" | column -t -s '|'
foo        2021
foo bar    2022
$ printf "foo | 2021\nfoo \u200e bar | 2022\n" | column -t -s '|'
foo         2021
foo ‎ bar     2022

And since some goddamn uploaders :) sometimes accidentally put these marks in their titles, then, probably, before envoking column, it's worth a try to remove those <200e> (and may be others?) with tr or something else?

Not that it happens often, of course... :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions