March 30, 2011
8:13 p.m.
Status: New Owner: ---- New issue 3916 by Dionisiy...@gmail.com: 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.