]> Lady’s Gitweb - Shushe/blob - magic/tsv
Support eroteme in T·S·V magic number
[Shushe] / magic / tsv
1 # SPDX-FileCopyrightText: 2024, 2026 Lady <https://www.ladys.computer/about/#lady>
2 # SPDX-License-Identifier: CC0-1.0
3
4 0 string #?tsv TSV text
5 !:mime text/tab-separated-values
6 !:strength + 100
7
8 0 byte 0xEF
9 >1 byte 0xBB
10 >>2 byte 0xBF
11 >>>3 string #?tsv TSV text
12 !:mime text/tab-separated-values
13 !:strength + 170
14
15 0 string #!tsv TSV text
16 !:mime text/tab-separated-values
17 !:strength + 100
18
19 0 byte 0xEF
20 >1 byte 0xBB
21 >>2 byte 0xBF
22 >>>3 string #!tsv TSV text
23 !:mime text/tab-separated-values
24 !:strength + 170
This page took 0.259126 seconds and 5 git commands to generate.