[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Do not convert keyboard event charCode to mac-roman encoding (#403)

Nicolas Cellier notifications at github.com
Wed Jun 12 21:39:32 UTC 2019


Fix issue 401

Image do not use such mac-roman encoding for ages.
On the contrary, images have to undo this translation by sending `macToSqueak` here and there which makes no sense.
We do not need this opensmalltalk VM to be compatible with 15-years old images. Let's clean-up.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/403

-- Commit Summary --

  * Do not convert keyboard event charCode to mac-roman encoding

-- File Changes --

    M platforms/win32/vm/sqWin32Window.c (42)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/403.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/403.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/403
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190612/d7f63bf5/attachment.html>


More information about the Vm-dev mailing list