Skip to content

Change powershell encoding to utf-8#121

Open
MatchaChoco010 wants to merge 1 commit intoMarak:masterfrom
MatchaChoco010:fix-encoding-bug
Open

Change powershell encoding to utf-8#121
MatchaChoco010 wants to merge 1 commit intoMarak:masterfrom
MatchaChoco010:fix-encoding-bug

Conversation

@MatchaChoco010
Copy link

In Japan, the default encoding of Powershell is Shift-JIS, but node passes characters in utf-8, so the correct characters were not read out.
I added chcp 65001; to change the character encoding of powershell from default to utf-8.
Now it is able to read out the characters correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant