# New Ticket Created by Zoffix Znet # Please include the string: [perl #131365] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131365 >
IRC: https://irclog.perlgeek.de/perl6-dev/2017-05-25#i_14636375 Note how the last item in the returned list contains a string with more than on character: 15:17 Zoffix m: with '/tmp/foo70'.IO { .spurt: "a♥c"; with .open { dd ( .getc xx 10 ) } } 15:17 camelia rakudo-moar 428324: OUTPUT: «("a", "♥c", Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil).Seq» 15:17 Zoffix m: with '/tmp/foo70'.IO { .spurt: "a♥cd"; with .open { dd ( .getc xx 10 ) } } 15:17 camelia rakudo-moar 428324: OUTPUT: «("a", "♥", "cd", Nil, Nil, Nil, Nil, Nil, Nil, Nil).Seq»