Jump to content
  • 0

How Can I Edit This O.o


Question

6 answers to this question

Recommended Posts

Posted (edited)

It's UNIX/Windows linebreak differences (\r vs \n\r).

Open in Wordpad instead and save it as text format.

 

sorry i don't get it...

 

*you meant on my filezilla apps chg the setting to wordpad?

*Now even script on my desktop chg to this same oder

Edited by dolphincute
Posted

Much better to use Notepad ++ .. It's free.. Just google it. :)

Agreed with this. Throw away Notepad. Use Notepad++ and you will be able to view it properly.

 

 

As for what rayn was saying. UNIX text files use \n (Line Feed) to denote line endings but Windows files use \r\n sequence (Carriage Return Line Feed).

Therefore if you open a UNIX file in Notepad it does not detect the line endings and therefore everything ends up in 1 line.

Posted

  1. Install Notepad++

  2. click edit, settings. on the left click "File Editing"

set default editor to: Use Custom Editor

click browse

navigate to: C:\Program Files (x86)\Notepad++ (windows 64 bit) or C:\Program Files\Notepad++ (windows 32 bit)

select "notepad++"

OK

done

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...