From 90281f2c903e74b9dfb7991bf48e932c5fdc22b6 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 25 Mar 2015 09:54:22 -0700 Subject: [PATCH] Issue #58: include --textenc UTF-8 when launching pharo so that copy from chrome works [ci skip] --- bin/todeClient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/todeClient b/bin/todeClient index 3662f1f..e1de99b 100755 --- a/bin/todeClient +++ b/bin/todeClient @@ -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 &