Re: [Pharo-project] Issue 2235 in pharo: Character Ä is represented as new line
Updates: Status: Accepted Labels: Milestone-1.3 Comment #4 on issue 2235 by stephane.ducasse: Character Ä is represented as new line http://code.google.com/p/pharo/issues/detail?id=2235 so far I do not know what to do.
Comment #5 on issue 2235 by rydier: Character Ä is represented as new line http://code.google.com/p/pharo/issues/detail?id=2235 I believe this is handled by character input translation tables in the VM, it works fine on a Mac vm with slovak input layout. (you can select slovak as a possible keyboard layout in Preferences -> Language & Text -> Input sources)
Comment #6 on issue 2235 by rydier: Character Ä is represented as new line http://code.google.com/p/pharo/issues/detail?id=2235 I'm not the least familiar with keyboard-input, but I think this is something on the VM level causing it to not send the correct character event. It works fine on a Mac vm with slovak input layout. (you can select slovak as a possible keyboard layout in Preferences -> Language & Text -> Input sources)
Comment #7 on issue 2235 by george.herolyants: Character Ä is represented as new line http://code.google.com/p/pharo/issues/detail?id=2235 I think this bug is related to http://code.google.com/p/pharo/issues/detail?id=1968 and http://code.google.com/p/pharo/issues/detail?id=1213. For both fixes were proposed but with a remark that they are dirty hacks.
Comment #8 on issue 2235 by filyph: Character Ä is represented as new line http://code.google.com/p/pharo/issues/detail?id=2235 Yes, this is the same bug as Issue 1213 http://code.google.com/p/pharo/issues/detail?id=1213. Czech and Slovak keyboards has only few diferences (btw languages are very similar too). So this two issues can be merged or this deleted.
participants (1)
-
pharo@googlecode.com