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

Encoding issue in Ukrainian #2291

Closed
1 task
teolemon opened this issue Jun 16, 2022 · 1 comment · Fixed by #2657
Closed
1 task

Encoding issue in Ukrainian #2291

teolemon opened this issue Jun 16, 2022 · 1 comment · Fixed by #2657
Assignees
Labels
🐛 bug Something isn't working 🌐 l10n 🎯 P1

Comments

@teolemon
Copy link
Member

What

  • Encoding issue in Ukrainian

image

@monsieurtanuki
Copy link
Contributor

I suspect those guys: https://en.wikipedia.org/wiki/Yi_(Cyrillic) and https://en.wikipedia.org/wiki/Dotted_I_(Cyrillic)
I've checked on my ios emulator: that is correctly displayed, though.

What can we do?

  • check on your device if the problem is actually with Yi and dotted I
  • should we "correct" the translated text - in this case the substitution would be easy as "Yi" looks very similar to more latin "ï" (ï), and dotted I to the latin "i"
  • that would mean we should maintain a substitution map, and apply it to every text displayed - or every text translated...

@teolemon teolemon added 🐛 bug Something isn't working 🎯 P1 🌐 l10n labels Jun 21, 2022
@monsieurtanuki monsieurtanuki self-assigned this Jul 25, 2022
monsieurtanuki added a commit to monsieurtanuki/smooth-app that referenced this issue Jul 25, 2022
…lt fonts)

Deleted files:
* `OFL.txt`
* `PlusJakartaSans-Bold.ttf`
* `PlusJakartaSans-Regular.ttf`

Impacted files:
* `main.dart`: removed font licence registering
* `pubspec.yaml`: removed specified fonts (back to default fonts)
* `smooth_theme.dart`: removed specified fonts (back to default fonts)
monsieurtanuki added a commit that referenced this issue Jul 27, 2022
)

Deleted files:
* `OFL.txt`
* `PlusJakartaSans-Bold.ttf`
* `PlusJakartaSans-Regular.ttf`

Impacted files:
* `main.dart`: removed font licence registering
* `pubspec.yaml`: removed specified fonts (back to default fonts)
* `smooth_theme.dart`: removed specified fonts (back to default fonts)
Repository owner moved this from To discuss and validate to Done in 🤳🥫 The Open Food Facts mobile app (Android & iOS) Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌐 l10n 🎯 P1
Development

Successfully merging a pull request may close this issue.

2 participants