You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: