Unicode causes printing errors on Windows #253
Labels
A-Under Review
C-Low Hanging Fruit
Shouldn't take too much time; ideal issues for new contributors.
S-Nice to have
Minor importance
U-UI
Z-Bug
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 executingchcp 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.The text was updated successfully, but these errors were encountered: