-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.cmd modifies the selected font of console #5828
Comments
Our Does the same thing happen if you use the new Windows Terminal? Does the same thing happen if you |
@rainersigwald Thank you!
No, when using Windows Terminal everything works well - translation is OK and settings are kept
|
This issue might be related: microsoft/terminal#280 |
Team Triage: If anyone knows what we can do to fix this in our repo, we'd love to hear about it 🙂 |
There are no comment for a few months now, and this is really a minor issue - I'll close this. |
Issue Description
When launching the
build.cmd
(no matter if in cmd.exe or PowerShell) the font used for the console is changed to default used by powershell script.As an example, having consolas font with size 14 selected:
it's changed to:
NOTE: due to Polish language selected by build.cmd I also have some errors in displaying words containing special characters (notice for example "okre lanie" and "przywrócenia"). Some are displayed incorrectly, some are just avoided.
Steps to Reproduce
Expected Behavior
Console settings and font's style is kept and any output from build.cmd is printed with the customized settings and font.
Actual Behavior
Settings are changed and stay changed even after build.cmd exits.
Analysis
It looks like a problem with encoding, as this answer says.
The solution given in the mentioned answered solves the problem, but also forces the language to be english - it doesn't bother me, but if we want to keep the ability of build.cmd script to be displayed in various languages, then it's still needed to figure out better solution.
The text was updated successfully, but these errors were encountered: