View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000123 | file | General | public | 2019-11-13 15:21 | 2019-11-19 05:22 |
Reporter | progval | Assigned To | christos | ||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 5.35 | ||||
Summary | 0000123: Character 0x1C prevents a file from being detected as text | ||||
Description | Hello, Inserting 0x1C in a text file (ASCII or UTF-8) makes `file`/libmagic detect it as "data" instead of "ASCII text" or "UTF-8 Unicode text". I'm not sure this is a bug as this character is non-printable, feel free to close this ticket if it isn't. | ||||
Steps To Reproduce | $ echo "abcde \x1c fghij" > test.txt $ file test.txt test.txt: data | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-13 15:21 | progval | New Issue | |
2019-11-19 05:21 | christos | Assigned To | => christos |
2019-11-19 05:21 | christos | Status | new => assigned |
2019-11-19 05:22 | christos | Status | assigned => resolved |
2019-11-19 05:22 | christos | Resolution | open => fixed |
2019-11-19 05:22 | christos | Note Added: 0003332 |