-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
A-Under ReviewC-Low Hanging FruitShouldn't take too much time; ideal issues for new contributors.Shouldn't take too much time; ideal issues for new contributors.S-Nice to haveMinor importanceMinor importanceU-UIZ-Bug
Description
When printing a result that contains a Unicode character that character and everything after is replaced with an error like <stdout>: commitBuffer: invalid argument (invalid character)
. This seems to be Windows specific, and still occurs in environments that support Unicode (i.e. Windows' new terminal). A workaround is executing chcp 65001
to put the shell UTF-8 Mode, though this seems like it might be a better solution. Perhaps we can find a way to make Windows' shell go into UTF-8 when running the language or at least mention this in the setup documentation.
Metadata
Metadata
Assignees
Labels
A-Under ReviewC-Low Hanging FruitShouldn't take too much time; ideal issues for new contributors.Shouldn't take too much time; ideal issues for new contributors.S-Nice to haveMinor importanceMinor importanceU-UIZ-Bug