Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Unicode stdout on Windows command prompt #7940

Closed
@sindresorhus

Description

@sindresorhus

With Node.js 0.10.28 running the following:

node -e "process.stdout.write('✔');"

Outputs on OS X, but only shows the following on Windows 8.1 command prompt:

screen shot 2014-07-13 at 23 24 25

It would be very useful if Unicode characters would show on Windows too. Right now I have to implement annoying fallbacks for Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions