May 18, 2009
1:20 p.m.
Adrian Lienhard wrote:
When I copy text with line breaks from outside Pharo into a Pharo workspace all line breaks are lost and replaced by a rectangle. In version 10259 it was still working, and in version 10262 it is broken (I don't have images in between, but if it helps I can find out in exactly which version the problem was introduced).
When I inspect the pasted string, in the working version the line break is character value 13, in the current, broken version it is 10.
Is this related to the Unicode changes?
Related to the clipboard changes. The new Mac VM supports Unicode in the standard clipboard primitive, not sure if it has the same behavior. We wouldn't need the ClipboadPlugin then. Michael