Might the unicode changes perchance fix why Applescript will not install from SqueakMap?
When attempting to load Applescript from SqueakMap into a squeak-dev-118.image running on Squeak 3.8.17beta5U.app, an error saying 'invalid utf8 input detected' occurs: The last fellow who appears to have worked on it has said: Javier Díaz Reinoso said on Nov 2 2005, >I put an update for Applescript that works in 3.8 in squeaksource: > >> http://kilana.unibe.ch:8888/Applescript.html > >this version is not full compatible with the unicode changes in 3.8 >or AppleScript 1.10 for Mac OS X 10.4, for that further changes are >needed, also a new plugin. > >Be aware that scripts who use the line continuation character 0xC2 >(194) can have problems in 3.8, that is because reading the file >convert this character to 0xAC (macToSqueak). It looks to me that the latest changeset is here: <http://www.squeaksource.com/Applescript.html> <http://www.squeaksource.com/Applescript> Andrew Greenberg is the original author. Javier Díaz Reinoso is the name on the Squeaksource project. I have discovered that all source code necessary to compile the plugin apparently is Slang generated. Ken >On Sat, 12 May 2007 16:53:27 +0200, Edgar J. De Cleene wrote: >>El 5/12/07 11:44 AM, "Klaus D. Witzel" <[EMAIL PROTECTED]> escribió: >> >>>The problem you found is, AFAICS, that you attempted to load the first .cs >>>more than once. This will not work (as I wrote in the Fwd'ed message). >>> >>>Okay? >> >>I don't try to load the first .cs more than once. > >Then I wait for you to send an error report, so that I can reproduce the >problem you encounter. > >>Could you load in the right order > >Yes, in 3.8 and 3.9 (many 3.9's including the final). > >>and produce a valid .mcz of Mulltilingual > >I have no idea what .mcz has to do with the problem you describe "unable to >load the .cs" when none of the .cs could be loaded ? > >>In what image, 3.9 final ? > >Yes, just did it again with a fresh Squeak3.9-final-7067.image : no problem. > >Could you send an error report? > >Cheers >Klaus > >>Still I was confused >> >> >>_______________________________________________ >>V3dot10 mailing list >>[email protected] >>http://lists.squeakfoundation.org/mailman/listinfo/v3dot10 > > >_______________________________________________ >V3dot10 mailing list >[email protected] >http://lists.squeakfoundation.org/mailman/listinfo/v3dot10 _______________________________________________ V3dot10 mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/v3dot10
