Fix display of more Unicode symbols #5252
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The PR adds handling of Unicode symbols with left byte 0xC3, exactly the same way as in #4610.
These symbols include umlauts (ä, ö, ü etc.) but also other characters used by languages written in the latin script. Most of these characters already exist in the default font. Characters that exist in the 0xC3 range, but have not been defined in the default font such as the euro sign (€), are still handled the same way as other unknown characters, showing up as ¿. OLED_PL, OLED_UA and OLED_RU have this fix already.
Changes have been tested with two LilyGo T-Beam Supremes.