Getting the stuff Timeless missed with his checkin for bug 106386

parent db9001c5
...@@ -1772,7 +1772,14 @@ binmode(STDOUT); ...@@ -1772,7 +1772,14 @@ binmode(STDOUT);
<note> <note>
<para> <para>
According to <ulink According to <ulink
url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000</ulink>, the perl documentation says that you should always use <function>binmode()</function> when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting <function>binmode()</function> at the begining of the attachment files, there should be logic to determine if <function>binmode()</function> is needed or not. url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000</ulink>,
the perl documentation says that you should always use
<function>binmode()</function> when dealing with binary
files, but never when dealing with text files. That seems
to suggest that rather than arbitrarily putting
<function>binmode()</function> at the beginning of the
attachment files, there should be logic to determine if
<function>binmode()</function> is needed or not.
</para> </para>
</note> </note>
</step> </step>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment