Den 25.01.2010 19:03, skrev John M McIntosh:
On 2010-01-25, at 7:06 AM, Henrik Johansen wrote:
Den 25.01.2010 15:34, skrev Marcus Denker:
Hi John,
Somehow drag-and-drop from the Finder into Pharo is not working for me... If I drag a changeset on the Pharo desktop, in the old vm it would be filed in. Now, it can not be dragged to the Pharo window anymore.
Strange... it worked in the 4er series ok, never in the new 5er.
Marcus
Considering any file dropped on the image is interpreted as if in MacRoman encoding, I'd consider that a good thing (tm) ;) (Unless, of course, you're quaint enough to never use anything of character value > 127)
Cheers, Henry
Ok, is that the file name that interpreted as mac roman? Or the contents of the text file? Both are bugs, please make an pharo bug entry. http://code.google.com/p/pharo/issues/detail?id=1608
Same thing happens for any file dropped on the image (when dropping works). The offending method is MultiByteBinaryOrTextStream>>setConverterForCode. Not sure if Squeak used to save all files MacRoman encoded, but now they definately do not. (As evidenced by the example .mcz attached to the issue) Cheers, Henry