Multiplicom / axiom

3 stars 0 forks source link

escape tsv special characters #126 #127

Closed MichaelVyverman closed 2 years ago

MichaelVyverman commented 2 years ago

replace TSV-specific characters in the content with escaped versions.

Tested manually with content containing newlines. Before the change, any text editor used the newlines, but using the escape the characters where visible but not used. Alternatively I could just remove them if that is more appropriate.

Advantage of escaping is that it still shows the original content, but it might still confuse naive parsers...