Convert between line endings
As Jalatext autodetects the line ending of the current file loaded, only it will be enabled the convert operation for
the other line ending. So, if a file has DOS/Windows line ending (\r\n), you can only convert to Unix/Linux line ending (\n), and vice versa.
To convert line endings:
- To convert a file to DOS/Windows line ending, select Edit->Convert to DOS/Windows.
- To convert a file to Unix/Linux line ending, select Edit->Convert to Unix/Linux.
You will be prompted for a new file where the text will be saved with the line ending selected.