I'm trying to write an app by using .net maui.
When I use Ukrainian letters I get an error.
As far as I understand, this problem can be solved by changing encoding, but I don't know how to do this correctly.
I'm trying to change encoding to windows1251 in appshell, but it wasn't successful. Maybe I forgot something.