Open LoicGrobol opened 1 year ago
As of now, the txt parser reads files in text mode as UTF-8 and fails with other encodings. This makes it return a bytes object, leaving the base decode to figure out the encoding and act accordingly.
decode
As of now, the txt parser reads files in text mode as UTF-8 and fails with other encodings. This makes it return a bytes object, leaving the base
decode
to figure out the encoding and act accordingly.