Skip to content

Commit

Permalink
Adding proper utf8 encoding to rakudo repls
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgti committed Sep 23, 2010
1 parent 718a02f commit e1177ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/p6safe.pl
Expand Up @@ -26,4 +26,4 @@

use FORBID_PIR;

Perl6::Compiler.interactive();
Perl6::Compiler.interactive(:encoding<utf8>);

0 comments on commit e1177ad

Please sign in to comment.