You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running set DOTNET_CLI_UI_LANGUAGE=ja-JP and chcp 65001 and dotnet --info, in cmd on Windows 10 Version 21H1 (OS Build 19043.1165).
In conhost, using "Consolas" font:
Question marks in rectangles appear, but if I copy them to the clipboard and paste to WordPad, then Japanese characters appear in WordPad.
In Windows Terminal Preview 1.10.1933.0, using "Consolas" font:
Japanese characters appear.
In OpenConsole.exe copied from Windows Terminal Preview 1.10.1933.0, using "Consolas" font:
Japanese characters appear.
I think this is a conhost issue and will be fixed in some later version of Windows when the changes from OpenConsole have been merged in.
@KalleOlaviNiemitalo Thanks for helping to identify the root cause, if I copy the question mark characters to another editor then Japanese characters appear. Or If I change the font of conhost, the Japanese characters also display as normal.
Since this is a conhost issue, I'll close this issue. Thanks.
Description
When type "dotnet --info" in console window, it displays garbled characters in the output information. My computer language is Japanese.
Configuration
You can find my configuration in the attachment
And console program also displays ??.
The code page is UTF-8 by default.
The text was updated successfully, but these errors were encountered: