On Tue, Nov 3, 2009 at 4:00 PM, Michael Rueger <[email protected]> wrote:

> Alexandr Batalshikov wrote:
> > For now, some unicode symbols is impossible input from keyboard
> > (at least, russian letters 'Л', 'О', 'Н' on Windows platform).
> > I found some solution of this problem:
> > in method ParagraphEditor>>dispatchOnKeyEvent:with:
> > replace line:
> >   keyValue := keyValue ifNil: [keyEvent keyValue].
> > with line:
> >   keyValue := keyValue ifNil: [keyEvent keyCharacter asInteger].
>
> In general it looks like most (all?) senders of keyValue should rather
> use keyCharacter.
>
>
Apparently, yes.
At least, this is not seems to be simple typo error in Unicode tables.
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to