mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-21 05:08:35 +01:00
1.0 KiB
1.0 KiB
layout | title | date |
---|---|---|
post | Windows Unicode Configuration | 2024-03-13 21:35:00 +0100 |
Here's a little hint on how to configure your Windows 10/11 for boxes.
Out of the box, some Windows installations are not properly configured to support Unicode in their terminals. Full UTF-8 support must sometimes be explicitly enabled.
- Press Windows+R, type
control
, and press Enter in order to call up the control panel. - "Clock and Region" → "Region" → Administrative Tab → Change System Locale
- Enable the checkbox "Beta: Use Unicode UTF-8 for worldwide language support". The setting for "Current system
locale" does not matter.
![System Locale Dialog]({{ site.baseurl}}/images/windows10-unicode.png){: .img-shad .img-fluid}
The above is written for Windows 10, but it should be roughly the same on Windows 11.
After that, enjoy fine Unicode display even in a regular CMD shell:
![CMD shell with unicode]({{ site.baseurl}}/images/windows10-unicode-example.png){: .img-shad .img-fluid}