Hmm, that would have saved me a bit of work earlier. I would vote for including that into Pharo VMs so we don't need the external plugin for now. Full extended cross-platform clipboard support should still be done, sometime :-) Michael ---------- Forwarded message ---------- From: Andreas Raab <andreas.raab@gmx.de> Date: Fri, Apr 17, 2009 at 10:35 PM Subject: [Vm-dev] Re: Pasting unicode (was Re: Pharo:: Re: Cuis update) To: The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>, Squeak Virtual Machine Development Discussion <vm-dev@lists.squeakfoundation.org> Bert Freudenberg wrote:
Below that the paste from ru.wikipedia. These are actual question marks (ASCII 63), the Mac VM does not paste Unicode even if setting SqueakEncodingType to UTF-8 (only the extended clipboard plugin does this).
Fortunately, at least that part is very easy to fix. I asked our CEO if we could release our clipboard support code back to the community and he agreed, so find attched an sqMacUIClipBoard.c version which does support Unicode copy/paste properly via UTF-8 (this should work as a drop-in replacement to the existing sqMacUIClipBoard.c). Brought to you by the friendly folks at Qwaq. Cheers, Â - Andreas