Special characters display issue after windows restart. #6689

Open
opened 2026-01-31 00:44:50 +00:00 by claunia · 0 comments
Owner

Originally created by @d-wojciechowski on GitHub (Mar 2, 2020).

Environment

  1. Windows 10 : 10.0.18362.0
  2. Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.9.433.0
  3. posh-git
  4. oh-my-posh
  5. Theme: Agnoster

Steps to reproduce

  1. Install https://github.com/adam7/delugia-code font
  2. Open windows terminal settings and apply it in simmilar fashion:
            {
                // Make changes here to the powershell.exe profile
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "Windows PowerShell",
                "commandline": "powershell.exe",
                "fontFace" : "Delugia Nerd Font",
                "colorScheme": "Mocha Dark",
                "hidden": false
            },
  1. Open $profile for powershell and add following lines:
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Agnoster
  1. Open in Windows Terminal PowerShell and confirm that font is changed and is displayed correctly.
    2020-03-02 08_11_50-intellij-community
  2. Restart windows
  3. Open in Windows terminal PowerShell and confirm that font is changed bust special characters are not displayed correctly.
    2020-03-02 07_50_27-intellij-community
  4. Reinstall font
  5. Reopen PowerShell in windows termianal and confirm that font is working fine now.

Expected behavior

2020-03-02 08_11_50-intellij-community
After restart font should be working fine, all characters are displayed correctly

Actual behavior

2020-03-02 07_50_27-intellij-community
2020-03-02 07_58_28-intellij-community

In PowerShell everything is working fine, but when PS is opened in Windows terminal, after restart some characters are not displayed correctly.

Originally created by @d-wojciechowski on GitHub (Mar 2, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment 1. Windows 10 : 10.0.18362.0 2. Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.9.433.0 3. posh-git 4. oh-my-posh 5. Theme: Agnoster # Steps to reproduce 1. Install https://github.com/adam7/delugia-code font 2. Open windows terminal settings and apply it in simmilar fashion: ``` { // Make changes here to the powershell.exe profile "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", "commandline": "powershell.exe", "fontFace" : "Delugia Nerd Font", "colorScheme": "Mocha Dark", "hidden": false }, ``` 3. Open $profile for powershell and add following lines: ``` Import-Module posh-git Import-Module oh-my-posh Set-Theme Agnoster ``` 4. Open in Windows Terminal PowerShell and confirm that font is changed and is displayed correctly. ![2020-03-02 08_11_50-intellij-community](https://user-images.githubusercontent.com/18571662/75653306-a220e480-5c5d-11ea-9725-600e98d8db09.png) 5. Restart windows 6. Open in Windows terminal PowerShell and confirm that font is changed bust special characters are not displayed correctly. ![2020-03-02 07_50_27-intellij-community](https://user-images.githubusercontent.com/18571662/75652326-1312cd00-5c5b-11ea-8357-041a208f355e.png) 7. Reinstall font 8. Reopen PowerShell in windows termianal and confirm that font is working fine now. # Expected behavior ![2020-03-02 08_11_50-intellij-community](https://user-images.githubusercontent.com/18571662/75653306-a220e480-5c5d-11ea-9725-600e98d8db09.png) After restart font should be working fine, all characters are displayed correctly # Actual behavior ![2020-03-02 07_50_27-intellij-community](https://user-images.githubusercontent.com/18571662/75652326-1312cd00-5c5b-11ea-8357-041a208f355e.png) ![2020-03-02 07_58_28-intellij-community](https://user-images.githubusercontent.com/18571662/75652581-b2d05b00-5c5b-11ea-96c6-be2a5c4b4bbb.png) In PowerShell everything is working fine, but when PS is opened in Windows terminal, after restart some characters are not displayed correctly. <!-- What's actually happening? -->
claunia added the Resolution-Duplicate label 2026-01-31 00:44:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6689