Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

darkweather

macrumors regular
Original poster
Aug 8, 2013
213
54
when i save a txt file with any file editor (like textedit or textwrangler) on os x yosemite, in windows notepad app words are non separated. for example:
what i write in os x is:
one
two
three

in windows notepad app it is:
onetwothree

how can i solve this?
(sorry for bad english)
 
Last edited:
In TextWrangler:
  1. Choose "Save as..."
  2. A Save dialog sheet appears.
  3. For the "Line breaks" popup, choose "Windows (CRLF)"
TextEdit doesn't have a "line endings" option.


What's probably happening is that you've saved the file with Unix (LF) line endings. A programmer's text editor on Windows would probably treat the LFs correctly, but I don't think NotePad knows what to do with them.
 
In TextWrangler:
  1. Choose "Save as..."
  2. A Save dialog sheet appears.
  3. For the "Line breaks" popup, choose "Windows (CRLF)"
TextEdit doesn't have a "line endings" option.


What's probably happening is that you've saved the file with Unix (LF) line endings. A programmer's text editor on Windows would probably treat the LFs correctly, but I don't think NotePad knows what to do with them.

thank you.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.