Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
now encoding is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 30, 2010
1 parent 5b96a08 commit 1067c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wmlscript/wmlsstdlibs.pir
Expand Up @@ -127,6 +127,7 @@ helper for CALL_URL* opcodes.
.local pmc fh
.local string content
fh = new 'FileHandle'
fh.'encoding'('binary')
push_eh _handler
content = fh.'readall'(filename)
pop_eh
Expand Down

0 comments on commit 1067c5d

Please sign in to comment.