mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
The Replacement Character (U+FFFD) is most commonly used to signal a text encoding error, i.e. when a stream of bytes couldn't be converted to a sequence of code points. For glyphs that don't exist in a particular font, our rendering logic already does the right thing by drawing empty boxes (`.notdef`); let's not forcibly turn these into U+FFFD during rendering.
1.9 KiB
1.9 KiB