On 5/18/08 at 12:26 PM, [EMAIL PROTECTED] (Greg Reyna) wrote:
What's the best way to save a text file that's meant to be opened on a Windows machine? I want to preserve the formatting of a simple text file with spaces, tabs and new lines.
First, replace all tabs with an appropriate number of spaces. This avoids issues with tab settings reflecting a different number of spaces in different clients.
Set the line endings to be consistent with Windows (CRLF) -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
