On Wednesday, 2003-07-09, 15:16, CEST, Glynn Clements wrote: > [...] > Both GHC and Hugs provide openFileEx, which allows files to be read in > binary mode (without EOL/EOF translations).
So we have portable binary I/O, don't we? By the way, does one still read characters rather than bytes even if using openFileEx? Is it guaranteed that one character corresponds to one byte when using openFileEx? Wolfgang _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell