Skip to content

Commit

Permalink
Fix encoding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tene committed Jun 4, 2009
1 parent e3d7404 commit 533154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/eval.pir
Expand Up @@ -37,7 +37,7 @@ such as C<eval>, C<require>, and C<use>.
lang_compile:
.local pmc compiler
compiler = compreg lang
.tailcall compiler.'evalfiles'(filename)
.tailcall compiler.'evalfiles'(filename, 'encoding'=>'utf8', 'transcode'=>'ascii iso8859-1')

lang_parrot:
load_bytecode filename
Expand Down

0 comments on commit 533154c

Please sign in to comment.