Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use merged ticket #
  • Loading branch information
coke committed Oct 30, 2015
1 parent 26b4dc8 commit 5fc4c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S16-filehandles/io.t
Expand Up @@ -322,7 +322,7 @@ nok $filename.IO ~~ :e, '... and the tempfile is gone, really';
$s = '';
lives-ok { $s ~= $fh.getc for 1..3; },
"windows-1252 unmapped chars from fh";
#?rakudo.jvm todo 'builtin JVM charset folds these RT #125078'
#?rakudo.jvm todo 'builtin JVM charset folds these RT #124686'
is $s, '', "correct windows-1252 unmapped chars from fh";
# Switching encoding on read may or may not ever be supported
#?rakudo.moar todo 'Too late to change filehandle encoding RT #125079'
Expand Down

0 comments on commit 5fc4c28

Please sign in to comment.