caradoc-org / caradoc

A PDF parser and validator
GNU General Public License v2.0
300 stars 21 forks source link

Please use open_in_bin instead of open_in #3

Closed Chimrod closed 8 years ago

Chimrod commented 8 years ago

By default Pervasives.open_in read a file in a text mode in windows. This cause ParseError for valid document and render the project useless on windows.

Chimrod commented 8 years ago

(of course, this also apply to open_out in file.ml)