[Vm-dev] SqueakVM help for OLPC

Bert Freudenberg bert at freudenbergs.de
Thu May 17 10:51:02 UTC 2007


On May 17, 2007, at 10:39 , Chris Petsos wrote:

> The thing is that
>     msg->wParam
> looks like it sends 8-bit CP1253 charcodes in the range [0...255].
> (Did i mention that i am trying to make it work in a Windows  
> system?...well i am...)
>
> What can i do to retrieve Unicode charcodes?

Dig through Microsoft's documentation or ask some Windows programmers  
- this is not actually a Squeak problem. Once you figure that out it  
should be fairly simple to add to the Squeak VM (though it might  
break stuff, but for your own development it should be fine).

Still - why do you bother with the Windows VM when you want to  
develop for OLPC? Install Linux, either as dual-boot or in an  
emulator (Qemu is free and works nicely), and concentrate on the  
actual problems rather than fictive ones. That way you can also  
experience and test the Sugar integration we are working on.

- Bert -




More information about the Vm-dev mailing list