aboutsummaryrefslogtreecommitdiff
path: root/format/tsv/README
blob: 67d9d714f70fc6441a94e332616392227061014f (plain)
1
2
3
4
5
6
format::tsv supports writing and reading text in TSV (Tab Separated Values) format:

	name\tdescription
	Hare\tThe Hare programming language

TSV doesn't allow tabs to be used as anything other than a separator. Due to this, any existing tabs are removed when writing.