From: simon Date: Sat, 27 Feb 2010 23:42:39 +0000 (+0000) Subject: A user recently reported that Halibut's font-file handling doesn't X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/c437c4c4d294b54c99a58f3130c82013a1bf7024?hp=c437c4c4d294b54c99a58f3130c82013a1bf7024 A user recently reported that Halibut's font-file handling doesn't work on Windows, because input files are never opened in binary mode. Introduce a small piece of compensatory mechanism, which opens files initially in binary mode and then reopens them as text if they're determined not to match any binary file type. I hope. git-svn-id: svn://svn.tartarus.org/sgt/halibut@8889 cda61777-01e9-0310-a592-d414129be87e ---