ryanoasis / nerd-fonts

Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
https://NerdFonts.com
Other
54.76k stars 3.65k forks source link

JetBrains Mono NL, some symbol (e.g. , Apple icon) missing after patched. #603

Closed nyngwang closed 1 year ago

nyngwang commented 3 years ago

🎯 Subject of the issue

TL;DR: image becomes image

🔧 Your Setup

I've patched Nerd Font to both (1)Entire JetBrains Mono NL font family downloaded from JetBrains' offical site, and (2) Downloaded the patched JetBrainsMono NL Complete .ttf from this repository.

Both the same result.

Terminal and Alacritty.

Both the same result.

MacOSX Big Sur ver11.2.3 (20D91)

★ Optional

Without Nerd Font: image

With Nerd Font: image

gubler commented 3 years ago

Pretty sure this is the same problem as #492

jukrb0x commented 3 years ago

Same issue. FiraMono Nerd Font, FiraCode Nerd Font missing the  \uF8FF symbol.

Is it a feature?

ryanoasis commented 2 years ago

F8FF resides in the Private Use Area so it shouldn't be protected from modification (it's free game), that said this is coming from material design icons and Nerd Fonts character range for those is problematic and needs to be moved anyway.

cgarrovillo commented 2 years ago

so what exactly needs to happen now

jukrb0x commented 2 years ago

Same issue. FiraMono Nerd Font, FiraCode Nerd Font missing the  \uF8FF symbol.

Is it a feature?

To whom really needs the  Apple symbol,

I am not sure what can this repository do. But recently I've changed to power10k for my zsh terminal and ref to this document, they have the patch for Meslo Nerd Font which the Apple  symbol works well on it. But the  \uF8FF still hold as symbol pi image, the symbol Apple is located at  \uf179 as the screenshot below. This symbol looks like strips in my markdown editor image, Apple symbol also occurred in some other practice of this unicode.

image

Finii commented 2 years ago

Hmm, Nerd Font has the bitten off fruit on u_F302 and u_F179, why not just change the codepoint in your prompt?

image

Edit: Add FontAwesome's F179, as also indicated by comment above

cgarrovillo commented 2 years ago

I have the patched Meslo nerd font, but even then:

image

its the weirdest thing

Finii commented 2 years ago

Obviously what you entered for the prompt is escaped and/or not expanded. Try copy and pasting that one character directly into the prompt-defining file, not using the sequence to define it.

cgarrovillo commented 2 years ago

Lol i copy and pasted it before but with a different unicode. Figured pasting the character directly doesn't work.

Thanks

Finii commented 1 year ago

Problem with F8FF is fixed in 3.0.0 see comment in #492

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference.