I have a subtitle file that Notepad++ detects as having Unix style line endings, when in fact, it doesn't. At all. To test this, I did the following:
- Open file
- Observe Notepad++ claims Unix style line endings
- Replace
\r with nothing
- Save with different name
- Reopen new file
- EOL conversion to Dos/Windows style
- Save
- Reopen new file
- Observe Notepad++ claims Unix style line endings
If you diff the original file with the new one, you'll find that they're identical! In fact, a regex search (wrap-around, "." flag off) on the file for [^\r]\n returns nothing.
Here's the file in question: Inception (2010).BRRip.English.srt