go-vikunja / app

MIT License
250 stars 23 forks source link

Non-latin characters in Projects #82

Closed roburb closed 1 month ago

roburb commented 2 months ago

Hi all, thank you for great app.

I have updated the server to v0.24.0 an android app to 0.1.5-beta.

I have issue with non-latain characters in Project. The project name is not correctly shown.

Can someone help me please? Thank you Robert

kolaente commented 2 months ago

Do you have the same problem in the web frontend?

roburb commented 2 months ago

No the frontend shows all character correctly.

Benimautner commented 1 month ago

Can you reproduce this on https://try.vikunja.io? If so, please share the non-latin characters that cause issues so I can reproduce this.

roburb commented 1 month ago

Hi, I have tried to add the German chars on the web https://try.vikunja.io and with android app with same server address. The chars are correctly shown on the web, not in app. Chars not correctly shown: ü ö ä á ě š and more Thank you

fyksen commented 1 month ago

Same problem with Scandinavian letters like Æ, Ø and Å.

belidzs commented 1 month ago

App 0.1.6-beta still has this issue with server version v0.24.0-1-e16b1356ba

belidzs commented 1 month ago

I believe this answer might be relevant here: https://stackoverflow.com/a/75646925/733440

https://github.com/go-vikunja/app/blob/4771de1a339f0bd26dfb1dbb50cde4332b8c10bf/lib/api/client.dart#L222-L226

Benimautner commented 1 month ago

Can you download the newest version here and try, please? It should fix that. @belidzs you were right, that was the issue, thanks!

https://github.com/go-vikunja/app/actions/runs/10240054475

belidzs commented 1 month ago

Nice, issue seems to be gone now

wallon-ines commented 6 days ago

Can you download the newest version here and try, please? It should fix that. @belidzs you were right, that was the issue, thanks!

https://github.com/go-vikunja/app/actions/runs/10240054475

It's working for me too. Thanks