Nov. 3, 2009
1:19 p.m.
On Tue, Nov 3, 2009 at 4:00 PM, Michael Rueger <m.rueger@acm.org> 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.