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
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
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