ClipboardExtendedPlugin (was Re: [squeak-dev] Re: UTF-8)

Michael Rueger m.rueger at acm.org
Sun Mar 29 19:58:12 UTC 2009


On Sun, Mar 29, 2009 at 8:54 PM, Bert Freudenberg <bert at freudenbergs.de> wrote:


> Ah, maybe I mixed it up. It comes from the Sophie folks and allows to not
> only copy/paste plain text but also rich text, images, and other stuff. I
> only know it works on Mac and Linux, no idea about Windows.

on Windows and Linux the VM clipboard primitives return UTF8, on the
Mac you need the extended plugin for that.
On the Mac you also need to convert the clipboard contents to
pre-composed unicode, all part of the unicode work currently only
available for Pharo, although the code should work in the mainstream
Squeak as well.

Michael



More information about the Squeak-dev mailing list