From 93ccfd5df1c7c5e8596a5d742547a0628ba475f3 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Tue, 19 Mar 2002 13:42:40 +0000 Subject: Getting the stuff Timeless missed with his checkin for bug 106386 --- docs/sgml/installation.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/sgml') diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 9d14a02be..b50481e9f 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -1772,7 +1772,14 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting binmode() at the begining of the attachment files, there should be logic to determine if binmode() is needed or not. + url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000, + the perl documentation says that you should always use + binmode() when dealing with binary + files, but never when dealing with text files. That seems + to suggest that rather than arbitrarily putting + binmode() at the beginning of the + attachment files, there should be logic to determine if + binmode() is needed or not. -- cgit v1.2.3-24-g4f1b