Skip to content

Miscellaneous fixes : TODO #111

@bengarrett

Description

@bengarrett

Ç (0x80) tail control characters

These 1985, MS-DOS text has a 0x80 Ç lead and then a bunch of SUB controls. The next examples have \n then the series of SUB. They may have been introduced by some ancient BBS software?

https://defacto2.net/f/b22621c
https://defacto2.net/f/b328b2c


Unknown magic number detection

https://defacto2.net/f/bd2bf3e

It is occasionally treating plain text as "Unknown". In the first item, there is a SUB control character at the end of the text file. The issue is not the SUB, maybe there is a pattern in the text triggering it.
func Ansi(r io.ReaderAt) bool {} is returning true.


Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions