Russian characters are not displayed on the canvas in the standard drawText
method, Latin characters are displayed normally. On the tablet, the Russian language is selected as used constantly.
Added.
Characters are entered from the keyboard. OnKeyListener
handler checks condition
event.getAction() == KeyEvent.ACTION_DOWN
When I type an English letter, such an event comes when a Russian is not.