Skip to content

Unicode causes printing errors on Windows #253

@ericpinter

Description

@ericpinter

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions