Stephen Spiller <steve_spiller at msn.com> wrote: > Makes sense. I'll take a look. It should handle \n and \r\n automagically. That's a very bad idea. If read_file() or parse_string() handle \r\n automatically, they can no longer handle binary strings, and you get the same mess as on Windows. Regards, Felix Croes