TOML reading should be independent from locale settings #290
Labels
cmp:frontend
Component: Compiler frontend (e.g., CLI, parser, AST)
dfct:easy
Difficulty: Easy
typ:bug
Type: Bug/defect
According to TOML specification:
The current implementation implicitly decodes the bytes from a package.toml file according to the system locale settings (e.g.,
LOCALE
,LC_ALL
).The text was updated successfully, but these errors were encountered: