Comment 4 for bug 221218

Revision history for this message
Daxx (b-launchpad-net-d10-karoo-co-uk) wrote :

Try ...
  File.open(filename, 'rb').read

(i.e. open the file in binary mode when using Windows OS)

Daxx