Menu

EOL character

2009-04-13
2012-11-13
  • Adam Palmer

    Adam Palmer - 2009-04-13

    Hi

    Is there a way in Notepad++ to change the End-Of-Line (EOL) character?

    I've been told my unhelpful sys-admin that my text editor isn't using the preferred EOL character and it "can cause problems". Not sure why or how.

    Thanks.

     
    • cchris

      cchris - 2009-04-14

      The Format menu has three options on the top: convert to format: Windows / Unix / Mac.

      These correspond to the three known standards: CR+LF for Windows and DOS, LF for Unix and CR for old Mac.

      Check with your administrator which line endings are required. My bet would be Unix, because Windows is more olerant, usually.

      CChris