Closed
Description
According to TOML specification:
A TOML file must be a valid UTF-8 encoded Unicode document.
The current implementation implicitly decodes the bytes from a package.toml file according to the system locale settings (e.g., LOCALE
, LC_ALL
).
Scan error: ./package.toml: hGetContents: invalid argument (invalid byte sequence)