agenda --tsv
and agendaupdate
: handle control and escape characters consistently
#828
Labels
agenda --tsv
and agendaupdate
: handle control and escape characters consistently
#828
agenda --tsv
replaces newlines in text to be printed withr'\n'
. This is necessary to avoid totally breaking anything downstream when newlines occur in event properties. This is common fordescription
.agenda --tsv
should also:r'\t'
r'\\'
Furthermore:
agendaupdate
should reverse these escapesThe text was updated successfully, but these errors were encountered: