Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Reading a DOS text file and writing out Mac (http://www.velocityreviews.com/forums/t319558-reading-a-dos-text-file-and-writing-out-mac.html)

jennyw 07-11-2003 04:57 PM

Reading a DOS text file and writing out Mac
 
Is there a way to set the EOL character that Python recognizes? For
example, I'd like to set it to cr/lf (okay, that's eol characters) when
reading a file (DOS text) and set it to just cr when writing out (Mac).
Is there a way to do this?

Thanks!

Jen



All times are GMT. The time now is 07:30 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57