<div dir="ltr">Hi Chris,<div><br></div><div>damn, I thought I&#39;d fixed this.  Linux right?  I see</div><div><br></div><div><div>r2275 | eliot | 2010-09-04 08:52:10 -0700 (Sat, 04 Sep 2010) | 3 lines</div><div><br></div><div>Fix filename character encoding for Mac OS X (in Info.plist; use UTF-8).</div><div>Update minimal VMMaker image to latest trunk.</div></div><div><br></div><div>But that&#39;s only Mac.  I should fix this for the Spur VM on linux.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 12, 2015 at 8:12 AM, Chris Muller <span dir="ltr">&lt;<a href="mailto:ma.chris.m@gmail.com" target="_blank">ma.chris.m@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Has anyone noticed that cutting text out of Chrome and trying to paste<br>
it in Squeak does not work at all unless you first paste into a<br>
text-editor first and copy it out of there?<br>
<br>
Or, if you simply pass the -textenc utf8 paramter to the VM, all<br>
C&amp;P&#39;ing seems to work just fine.<br>
<br>
But I never remember to do it, plus its more to type every time I<br>
start a VM.  So I wnat to put it into the actual bash script.<br>
<br>
I thought I could just sneak it into the last line in that file:<br>
<br>
LD_LIBRARY_PATH=&quot;$PLUGINS:$SVMLLP:${LD_LIBRARY_PATH}&quot; exec &quot;$BIN/squeak&quot; &quot;$@&quot;<br>
<br>
changing it to:<br>
<br>
LD_LIBRARY_PATH=&quot;$PLUGINS:$SVMLLP:${LD_LIBRARY_PATH}&quot; exec<br>
&quot;$BIN/squeak -textenc utf8&quot; &quot;$@&quot;<br>
<br>
but that isn&#39;t right.  Any suggestions?  Thx.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">best,<div>Eliot</div></div>
</div>