Non ascii characters in input textfields (ios and android, legacy)

Is there a way to handle accented letters in openfl? Nothing happens when I select such letters on soft keyboard :frowning:

Also is there a way to move carat on mobile?

Update:
I’ve added public boolean onKeyMultiple(final int inKeyCode, int repeatCount, final KeyEvent event) function to MainView.java and now I’m able to intercept key presses but I don;t know how to turn keycodes to charcodes. translateCharCode function alays returns 0 for accent letters :frowning: