Possibly fix being detected as data instead of ASCII file?

This commit is contained in:
Mikko Ahlroth 2024-09-12 22:46:12 +03:00
parent 90a5e750de
commit 74ec48d2bb

View file

@ -14,7 +14,7 @@ import gleam/string
const max_supported_major = 0
const eot = ""
const eot = "\u{4}"
const nul = "\u{0}"