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

Notifications doesn't support Scandinavian characters æ,ø and å #1424

Closed
1 task done
dvidebaek opened this issue Nov 7, 2022 · 3 comments
Closed
1 task done

Comments

@dvidebaek
Copy link

dvidebaek commented Nov 7, 2022

Verification

  • I searched for similar feature request and found none was relevant.

Pitch us your idea!

Support characters æ, ø and å

Description

Notification messages doesn't support the Danish/Skandinavien characters æ, ø and å. A word like påvirket (affected) would be spelled pvirket in the notification message. The letter å is omitted instead of displayed.

@minacode
Copy link
Contributor

minacode commented Nov 7, 2022

Related to #212.

@yusufmte
Copy link
Contributor

yusufmte commented Nov 8, 2022

If you happen to use GadgetBridge as your companion app, there is a transliteration setting for many languages including the three letters above :) So it will transliterate the notification before passing it to the PineTime.

The transliteration file is here.

The letters you ask about are transliterated as follows:

// Scandinavian characters
put('Æ',"Ae"); put('æ',"ae");
put('Ø',"Oe"); put('ø',"oe");
put('Å',"Aa"); put('å',"aa");

You can enable it by going to GadgetBridge, click on the settings wheel that is under your connected PineTime (not the GadgetBridge settings), then click on transliteration settings.

I use this feature for arabic and find it a good solution.

@stephanlachnit
Copy link

[x] I searched for similar feature request and found none was relevant.

Duplicate of #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants