Special characters not working

I use Appium Studio latest version (12.0.95)

When i’m in record mode it seems like i cant use ‘åäö’ keys to send text it comes up as blank.

And when i try send them via dot net framework in c# they show up as bad encoded.
Even with dc.SetCapability(AndroidMobileCapabilityType.UnicodeKeyboard, true);

Is it not supporting those letters? Or is it some kind of setting i need to do to make it work?

Regards