[Etoys] Squeak VM status concerning language encodings

Bert Freudenberg bert at freudenbergs.de
Thu Nov 29 10:34:59 EST 2007


On Nov 29, 2007, at 12:19 , Luke Gorrie wrote:

> On 29/11/2007, Bert Freudenberg <bert at freudenbergs.de> wrote:
>> UTF-8 is supported. The "etoys" script now runs the VM using the "-
>> encoding UTF-8" option.
>
> Can you sketch how to import unicode text into Squeak? Should it be OK
> to copy&paste from e.g. Firefox on OSX or Windows?


It works fine under Linux, and I cannot comment on Windows.

On the Mac, you need the ClipboardExtendedPlugin.bundle and a small  
fix to  ExtendedClipboardMacInterface>>readTextClipboardData like this:

readTextClipboardData
	^self readUTF8StringClipboardData

I'll push that to the 2.3 stream.

- Bert -

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ClipboardExtendedPlugin.bundle.zip
Type: application/zip
Size: 16053 bytes
Desc: not available
Url : http://lists.squeakland.org/pipermail/etoys-dev/attachments/20071129/5b9d772c/ClipboardExtendedPlugin.bundle.zip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: macPasteUTF8-bf.1.cs.gz
Type: application/x-gzip
Size: 356 bytes
Desc: not available
Url : http://lists.squeakland.org/pipermail/etoys-dev/attachments/20071129/5b9d772c/macPasteUTF8-bf.1.cs.gz


More information about the etoys-dev mailing list