diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-04-10 20:01:36 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-04-10 20:01:36 +0200 |
commit | 1226cf84fdae3396499c5e1efc742391e537103a (patch) | |
tree | 0764a494d0a5e2fa440e9fb57c2e2ea784148bc3 /README | |
parent | eb6fe6f11a14afc82cd0039d88759d6c1c524d2f (diff) |
update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -137,15 +137,13 @@ TAB-separated format fields The items are saved in a TSV-like format. -The fields: title, id, author are not allowed to have newlines and TABs. All -whitespace is replaced by a space character. Control characters are removed. +The fields: title, id, author are not allowed to have newlines and TABs, all +whitespace characters are replaced by a space character. Control characters are +removed. The content field can contain newlines and TABS and are escaped. TABs, newlines -and '\' are escaped with '\', so: '\n', '\t', and '\\'. Other whitespace -characters except space are removed. Control characters are removed. - -The timestamp field is converted to a UNIX timestamp. The timestamp is also -added as a formatted text field. +and '\' are escaped with '\', so it becomes: '\t', '\n' and '\\'. Other +whitespace characters except space are removed. Control characters are removed. The order and format of the fields are: |