Well there are a number of questions here

(a) by default the macintosh squeak VM is shipped setup for macintosh  
encoding of file names.
I know other vertical app suppliers have set that to UTF8. However I'm  
wondering if Pharo is
UTF8 aware or uses the macintosh subset thus not supporting all valid  
file names?
http://code.google.com/p/pharo/issues/detail?id=513

(b) The macintosh VM always supplies slot six with unicode data, the  
unix vm, check with your support person?

(c) The clipboard logic in the macintosh VM is using the 1984  
clipboard logic.
We would need to bring in the extended clipboard support from Sophie  
to enable
nice things like UTF-16 and ability to move pictures on the clipboard.
http://code.google.com/p/pharo/issues/detail?id=514


On 9-Feb-09, at 7:30 AM, Michael Rueger wrote:

> Lukas Renggli wrote:
>>> It is the pharo one click with a modified (slightly outdated)  
>>> image and
>>> an updated Unix VM.
>>
>> The one-click thing does not work on my Mac, nothing happens. I can
>> open the image with another VM though.
>>
>> Is this a special VM that comes with the one-click image? I might  
>> miss
>> the context.
>
> I simply took the one click I had downloaded, so I wonder if it ever
> worked on Mac?
>
> According to the system log it always tries to launch "squeak", even
> though I changed the entry to point to the newer VM from the  
> Squeak.org
> download.
>
>> Pressing any key-combination with the apple-key raises an error
>> "MessageNotUnderstood UndefinedObject>>#<".
>
> It seems that slot six is nil when any modifier is pressed? John?
>
>> Pasting most of the texts from this website
>> <http://www.columbia.edu/kermit/utf8.html> raises an error: "Invalid
>> utf8 input detected".
>
> Hmm, is the clipboard encoding UTF-16 on Mac? Thought it was UTF-8...
>
> Michael
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
= 
= 
= 
========================================================================
John M. McIntosh <john...@smalltalkconsulting.com>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
= 
= 
= 
========================================================================




_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to