Skip to content
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

U+FFFD symbol missing #461

Closed
errhammr opened this issue Jun 22, 2021 · 3 comments
Closed

U+FFFD symbol missing #461

errhammr opened this issue Jun 22, 2021 · 3 comments
Labels
unicode request Request for adding more symbols

Comments

@errhammr
Copy link

I've noticed that the unicode codepoint U+FFFD REPLACEMENT CHARACTER does not have a representation in JetBrains Mono. This leads to characters breaking out of monospace alignment when the symbol is borrowed from a fallback font.

Including this symbol in JetBrains Mono is important because it is the fallback symbol for invalid codepoints. These will be shown if the code editor comes across a character that isn't encoded in the expected charset.

See the attached screenshot for an example. The red and blue stripes should go continuously and straight from top to bottom which they do not.

jetbrains-missing-fffd

@errhammr
Copy link
Author

Just for completeness an example how it should be.

The Iosevka font has the U+FFFD character so the example text in the screenshot above aligns perfectly:

iosevka-having-fffd

@philippnurullin philippnurullin added the unicode request Request for adding more symbols label Jun 23, 2021
@philippnurullin
Copy link
Member

Sure. Will add it in the next update.

philippnurullin added a commit that referenced this issue Jul 14, 2021
- Added Control code support #241
- Update all # dependent glyphs #275
- Added Ɛ ↋ ↊ ૪ #356
- Changed the look of ~@ ligature #415
- Added EMQuad (u+2001) #439
- The tail of Italic “f” made shorter #441
- Reworked ⚠️ #450
- Added SemiBold weight #453
- Added more anchors to the marks #463
- Added replacement (u+FFFD) #461
- Added zeroWidthNoBreakSpace (u+FEFF) #467
- Fixed consistent of J in italic
@philippnurullin
Copy link
Member

Please grab the files from here if untill the release https://github.com/JetBrains/JetBrainsMono/tree/master/fonts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unicode request Request for adding more symbols
Projects
None yet
Development

No branches or pull requests

2 participants