Message 97333 - Python tracker

Message97333

Author michael.foord
Recipients flox, lemburg, michael.foord
Date 2010-01-07.00:03:17
SpamBayes Score 0.04043803
Marked as misclassified No
Message-id <1262822599.17.0.120697572233.issue7643@psf.upfronthosting.co.za>
In-reply-to
Content
'\x85' when decoded using latin-1 is just transcoded to u'\x85' which is treated as the NEL (a C1 control code equivalent to end of line). This changes iteration over the file when you decode and actually broke our csv parsing code when we got some latin-1 encoded data with \x85 in it from our customer.
History
Date User Action Args
2010-01-07 00:03:19michael.foordsetrecipients: + michael.foord, lemburg, flox
2010-01-07 00:03:19michael.foordsetmessageid: <1262822599.17.0.120697572233.issue7643@psf.upfronthosting.co.za>
2010-01-07 00:03:17michael.foordlinkissue7643 messages
2010-01-07 00:03:17michael.foordcreate