piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 51 forks source link

Transliteration of notifications #272

Closed jmlich closed 11 months ago

jmlich commented 11 months ago

It seems pinetime have troubles to draw non-ascii letters. Here, I am proposing solution for that. I still have some questions, but this proof of concept works

On the attached photos I have received message "Čeština je řeč králů" (Czech language is language of kings) on telegram from Pavel Kerék. Not sure about other languages, but for me it works.

image20230929_093924783 image20230929_093930271

There are also other questions:

piggz commented 11 months ago

1) I think the ICU library is the correct solution for this. 2) Ill have to think about where to implement this.....I know the amazit devices support a range of languages, so maybe less of an issue there

piggz commented 11 months ago

Ok, lets merge this as-is for now, and if we have other use cases, can expand its use later. thanks