library · inferred from evidence
charset detection library
A library used for detecting character encoding, which only inspects the first 1024 bytes of a file.
- moov-io/ach Reader garbles UTF-8 names (è becomes Ãè)
Parsing ACH files from the Fed with moov-io/ach's `Reader` worked for ASCII files, but files containing UTF-8 names (e.g. `John DèS`) came out garbled: `è` showed up as `è`. The reporter's analysis: the charset detection library only inspe