I'm trying to set the name of the app that is shown to the user to "Trøkk". This contains the norwegian letter "ø". Set in the "tauri.conf.json
"package": {
"productName": "Trøkk",
"version": "0.0.0"
},
This seems to work fine and builds, name shows perfect as window title. But it is encoded wrong to the docking in Ubuntu/Pop_OS.
Any ideas?