With EOL regression, I better stay on 8.9.2.
The EOL mismatch often happens when copying and pasting between different apps and web pages. In this situation, the text editor must be a reliable tool of fixing all these mismatches.
For you, and anyone else, who needs to fix EOLs in the meantime, even with v8.9.3: regular expression FIND = \r\n|\r|\n REPLACE = \r\n Replace All will do what you want (and can be easily recorded as a macro)