mac vm 3.7.1b1 (testing)

John M McIntosh johnmci at smalltalkconsulting.com
Thu Dec 18 22:51:42 UTC 2003


I've posted a Squeak 3.7.1Beta1.app.sit VM for testing in

http://homepage.mac.com/johnmci/


This contains a change to how characters flow from the keyboard

On EventKeyUp/EventKeyDown you get the UniCode
On EventKeyChar you get the UniCode->MacRoman translated character.
{I recall the last time I did this I had some issues with  
UniCode->MacRoman translation versus having the event
handler do it, but I couldn't see an issue, perhaps it was a 10.1.x bug}

For multi-byte character input you get
EventKeyDown/EventKeyChar/EventKeyUp for each unicode character coming  
from the input sequence.

Folks who require characters from the unicode set, or ascii characters  
with a value > 127 should
check to see if this solution is acceptable.


--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===




More information about the Squeak-dev mailing list