Cyrilic, Latin glyphs invert to Cyrilic UPPERCASSES

Dear all.

I make one font with only UPPERCASSES Cyrillic glyphs and I want when write down something with latin symbols, software auto replace in Cyrillic Symbols. A -> A; B -> Б; C -> Ц…

For example: When I write “samolet” software show me “САМОЛЕТ”.

Can anyone help me which Features can I use or what I can do?

I found how smallcasess invert to uppercasses. ( pos @Uppercase <5 0 10 0>; )

Regards.

I find my solution.

sub A by A-cy;
sub B by Be-cy;
sub C by Tse-cy;
sub D by De-cy;
sub E by Ie-cy;

1 Like