Dear Pharo Manager, I am a really newby in Pharo and I was trying to copy-and-paste a code in a Playground, but it didn't work. The original copy was in Google Chrome web page and I used Ubuntu OS. I solved my problem when I pasted to GEdit editor and I copied another time in GEdit. Finally, I pasted in Pharo Playground. My objective is just report this issue. Thank you so much! Best regards, Fabio Petrillo
Hi Fabio, for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option. Regards, Thierry 2015-10-07 16:17 GMT+02:00 Fábio Petrillo <fabio@petrillo.com>:
Dear Pharo Manager,
I am a really newby in Pharo and I was trying to copy-and-paste a code in a Playground, but it didn't work. The original copy was in Google Chrome web page and I used Ubuntu OS. I solved my problem when I pasted to GEdit editor and I copied another time in GEdit. Finally, I pasted in Pharo Playground.
My objective is just report this issue.
Thank you so much!
Best regards, Fabio Petrillo
Yes, this is well known issue (with pending fix https://github.com/pharo-project/pharo-vm/pull/80 ). Also note that if you use pharo launcher you will have to modify the launch method. Peter On Wed, Oct 7, 2015 at 4:22 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Hi Fabio,
for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option.
Regards,
Thierry
2015-10-07 16:17 GMT+02:00 Fábio Petrillo <fabio@petrillo.com>:
Dear Pharo Manager,
I am a really newby in Pharo and I was trying to copy-and-paste a code in a Playground, but it didn't work. The original copy was in Google Chrome web page and I used Ubuntu OS. I solved my problem when I pasted to GEdit editor and I copied another time in GEdit. Finally, I pasted in Pharo Playground.
My objective is just report this issue.
Thank you so much!
Best regards, Fabio Petrillo
Thank you Thierry! It works well! Best, Fabio 2015-10-07 10:22 GMT-04:00 Thierry Goubier <thierry.goubier@gmail.com>:
Hi Fabio,
for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option.
Regards,
Thierry
2015-10-07 16:17 GMT+02:00 Fábio Petrillo <fabio@petrillo.com>:
Dear Pharo Manager,
I am a really newby in Pharo and I was trying to copy-and-paste a code in a Playground, but it didn't work. The original copy was in Google Chrome web page and I used Ubuntu OS. I solved my problem when I pasted to GEdit editor and I copied another time in GEdit. Finally, I pasted in Pharo Playground.
My objective is just report this issue.
Thank you so much!
Best regards, Fabio Petrillo
On Wed, Oct 7, 2015 at 10:22 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Hi Fabio,
for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option.
Just curious why we should not default to that? cheers -ben
Regards,
Thierry
2015-10-07 16:17 GMT+02:00 Fábio Petrillo <fabio@petrillo.com>:
Dear Pharo Manager,
I am a really newby in Pharo and I was trying to copy-and-paste a code in a Playground, but it didn't work. The original copy was in Google Chrome web page and I used Ubuntu OS. I solved my problem when I pasted to GEdit editor and I copied another time in GEdit. Finally, I pasted in Pharo Playground.
My objective is just report this issue.
Thank you so much!
Best regards, Fabio Petrillo
On Thu, Oct 8, 2015 at 4:16 PM, Ben Coman <btc@openinworld.com> wrote:
On Wed, Oct 7, 2015 at 10:22 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Hi Fabio,
for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option.
Just curious why we should not default to that?
Because nobody integrated it yet (there's pending fix as I've linked earlier)
I tried by changing in Ununtu's pharo-vm-x script and it indeed works nicely. Now, where is one to change that? I was looking in https://github.com/pharo-project/pharo-ubuntu but didn't saw the pharo-vm-x thing in there. Where is it or where is it generated? Phil On Thu, Oct 8, 2015 at 6:12 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
On Thu, Oct 8, 2015 at 4:16 PM, Ben Coman <btc@openinworld.com> wrote:
On Wed, Oct 7, 2015 at 10:22 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Hi Fabio,
for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option.
Just curious why we should not default to that?
Because nobody integrated it yet (there's pending fix as I've linked earlier)
participants (5)
-
Ben Coman -
Fábio Petrillo -
Peter Uhnák -
phil@highoctane.be -
Thierry Goubier