This works now (again): $ perl6-j -e 'my Blob $a = "a".encode; my Blob $b = "b".encode; $a ~= $b; say $a.perl' utf8.new(97,98)
I added this evaluation as a test to S03-operators/buf.t. I'm closing this ticket as 'resolved'.
Christian Bartolomaeus via RT Tue, 17 May 2016 13:24:07 -0700
This works now (again): $ perl6-j -e 'my Blob $a = "a".encode; my Blob $b = "b".encode; $a ~= $b; say $a.perl' utf8.new(97,98)
I added this evaluation as a test to S03-operators/buf.t. I'm closing this ticket as 'resolved'.