Sept. 8, 2010
8:16 a.m.
Hi all! A friend of mine wondered why he couldn't copy/paste a text in UTF8 (with swedish åäö characters in it) and paste into Pharo without getting a debugger :) It turns out that the One-Click pharo.sh uses "-encoding latin1" when it starts the VM. But the code in Clipboard>>clipboardText evidently presumes that clipboard is coming in as UTF8 always - might be the new clipboard plugin that Michael did that does that? Anyway, why is pharo.sh using "-encoding latin1"? It works fine when that option is removed. regards, Göran