Message154

Author bckfnn
Recipients
Date 2000-11-18.23:04:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Bugs with binary data have been fixed, but it is necessary to open the files as binary files (with 'b' in the open flag) even on unix. A default text file will perform unicode translation of the data, a binary file will not.
History
Date User Action Args
2008-02-20 17:16:43adminlinkissue222850 messages
2008-02-20 17:16:43admincreate