-
Notifications
You must be signed in to change notification settings - Fork 236
Output strings are garbled in Japanese environment #1203
Comments
PR #1237 fixed this problem on my environment. |
But why |
I calmed myself down and checked again. PR #364 in vscode-arduino added converting using chcp.com command on 13 Jul 2017. PR #8289 in arduino/Arudino added encoding config of compiler log to arduino.l4j.ini. After that, Arduino outputs UTF-8 codepage by default. PR #1237 specifies the code page as fixed to UTF-8, so the correct characters are output. |
Fix for #1203 Using the codepage with arduino.l4j.ini on win32
This issue should be fixed by PR #1271 which has merged and will be included in the next release of this extension. If you'd like to test the changes before they are released, you can download and install the build artifact. |
This issue has been fixed in the latest release of this extension, which is available in the VS Code extension marketplace. |
version 0.3.5 (this bug occurred at least 0.3.4 too)

on Windows 10 (Build 1909) Japanese edition
Workaround is comment the line 215 of out/src/common/util.js out;
(Thanks nori-dev-akg san on the article)
This code seems to change UTF-8(codepage 65001) strings to Shift-JIS or something even it is not required by vscode.
The text was updated successfully, but these errors were encountered: