# New Ticket Created by  zebster 
# Please include the string:  [perl #127925]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127925 >


I hope Unicode passes through via e-mail, if not please refer to the
identical description at https://stackoverflow.com/q/36648940/1529709

Unicode handling on the Windows command line fails:

C:\Windows\System32>perl6 -e "'Я'.say"
?

Interestingly, this works:

C:\Windows\System32>perl6 -e "Buf.new(0xD0, 0xAF).decode('UTF-8').say"
Я

Seen on Rakudo version 2016.01.1 built on MoarVM version 2016.01
Windows 8.1 64-bit

Reply via email to