Re: [perl #128154] [BUG] Cannot use qqx in rakudo star on windows7

2018-07-11 Thread Steve Mynott via RT
Maybe the Windows port of rakudo should set this automatically on startup? On Wed, 11 Jul 2018 at 10:08, Kamil Kułaga via RT wrote: > > I found resolution. It looks like it is problem windows locale issue than > perl itself. > > Running command > > chcp utf8 > > Makes work just fine. Default

Re: [perl #128154] [BUG] Cannot use qqx in rakudo star on windows7

2018-07-11 Thread Steve Mynott
Maybe the Windows port of rakudo should set this automatically on startup? On Wed, 11 Jul 2018 at 10:08, Kamil Kułaga via RT wrote: > > I found resolution. It looks like it is problem windows locale issue than > perl itself. > > Running command > > chcp utf8 > > Makes work just fine. Default

[perl #128154] [BUG] Cannot use qqx in rakudo star on windows7

2018-07-11 Thread Kamil Kułaga via RT
I found resolution. It looks like it is problem windows locale issue than perl itself. Running command chcp utf8 Makes work just fine. Default is 852. I'm very supprised because I use unicode encoding all the the time and never had such issue. For me it would be better to detect if codepa