Status: New
Owner: ----

New issue 3916 by [email protected]: Can't input some Russian characters at text editors
http://code.google.com/p/pharo/issues/detail?id=3916

Can't input some Russian characters at text editors.

For example I can't input uppercased russian "Н" and "О". Instead cursor go to left or to begin of line. Same happen with lowercase mode with shift pressed.

I test it on Windows7 and XP, Pharo1.2 and 1.1

I debug texteditor code and found strange behavior at TextEditor>>dispatchOn: aKeyboardEvent method

aKeyboardEevent in case of "Н" input interpreted as leftArrow character. But in inspector I see aKeyboardEvent($Н).

I try to set up RussionEnvirenment as Locale current but no success.


Reply via email to