]> Lady’s Gitweb - Shushe/blobdiff - magic/tsv
Improvements to Record Jar parsing
[Shushe] / magic / tsv
index 0bf90384a5a85126eb14acfa973781fbc2b3e6e4..bf6423fa7a30c239cf84d74545c5f9e6aac53747 100644 (file)
--- a/magic/tsv
+++ b/magic/tsv
@@ -1,6 +1,17 @@
-# SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+# SPDX-FileCopyrightText: 2024, 2026 Lady <https://www.ladys.computer/about/#lady>
 # SPDX-License-Identifier: CC0-1.0
 
+0  string  #?tsv     TSV text
+!:mime text/tab-separated-values
+!:strength + 100
+
+0     byte    0xEF
+>1    byte    0xBB
+>>2   byte    0xBF
+>>>3  string  #?tsv  TSV text
+!:mime text/tab-separated-values
+!:strength + 170
+
 0  string  #!tsv     TSV text
 !:mime text/tab-separated-values
 !:strength + 100
This page took 0.169301 seconds and 4 git commands to generate.