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

Fix display of more Unicode symbols #5252

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

timo-mart
Copy link
Contributor

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.

@CLAassistant
Copy link

CLAassistant commented Nov 4, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@thebentern thebentern merged commit 8e2a3e5 into meshtastic:master Nov 5, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants