Skip to content

Commit

Permalink
Issue #58: include --textenc UTF-8 when launching pharo so that copy …
Browse files Browse the repository at this point in the history
…from chrome works [ci skip]
  • Loading branch information
dalehenrich committed Mar 25, 2015
1 parent 3def553 commit 90281f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/todeClient
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ fi

pharo=$GS_HOME/pharo
unset GEMSTONE_NRS_ALL
$pharo/pharo-ui $pharo/todeClient${postFix}.image &> $pharo/logs/todeClient${postFix}.log &
$pharo/pharo-ui --textenc UTF-8 $pharo/todeClient${postFix}.image &> $pharo/logs/todeClient${postFix}.log &

0 comments on commit 90281f2

Please sign in to comment.