-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
no support for new Nerd Font Unicode range #2530
Comments
Maybe the title of this should include "5 digit unicode". Also compare
Also, the unicode-support page linked above talks about 'Font charset'. |
@markonop93 for testing purposes I can provide you with a manually corrected charset-bitfield Agave font set, so that we could rule that out (or fix the problem, but I doubt that)? |
@Finii sure feel free sending me anything for test ^^ |
@Finii sorry for ping , only to make sure you did not forgot :) |
:-) Sorry, of course I did forget. Let my quickly implement that. |
We need to have bit 90 set: The left byte of the third block holds bits 88 to 95. (It was Agave, right?) I hope .NET is not involved here...: 😒
|
@Finii unfortunately it did not help . same characters dont work |
Versions
ConEmu build: 221218 x64
OS version: Windows 10 x64
Used shell version: whatever, for example Powershell7
Problem description
Conemu does not display correct Unicode from this ranges ryanoasis/nerd-fonts#1059 (comment) For example
"`u{f45d} `u{f1a5e} `u{e0c3} `u{f1a5f}"
in Powershell 7 does not display correctf1a5e
andf1a5f
. Windows Terminal displays it correctSteps to reproduce
"`u{f45d} `u{f1a5e} `u{e0c3} `u{f1a5f}"
command in Conemu Powershell 7Actual results
Squares (or other unknown character depend on font) display at position 2 and 4
Expected results
Regular character from nerd font should display
The text was updated successfully, but these errors were encountered: