[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 -

-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : ClipboardExtendedPlugin.bundle.zip
Dateityp    : application/zip
Dateigröße  : 16053 bytes
Beschreibung: nicht verfügbar
URL         : http://lists.laptop.org/pipermail/etoys/attachments/20071129/5b9d772c/attachment-0001.zip 
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : macPasteUTF8-bf.1.cs.gz
Dateityp    : application/x-gzip
Dateigröße  : 356 bytes
Beschreibung: nicht verfügbar
URL         : http://lists.laptop.org/pipermail/etoys/attachments/20071129/5b9d772c/attachment-0001.bin 


More information about the Etoys mailing list