What Newline Analyzer does
Count CRLF, standalone LF, standalone CR, total line breaks, and logical lines in pasted text without modifying it.
Input and output contract
Text is analyzed exactly as entered and CRLF pairs are counted separately from lone CR or LF characters. A structured count of newline styles and logical lines.
Safe workflow
Paste text to identify mixed line endings before applying a conversion. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
The Tool does not detect encoding from raw file bytes; it analyzes browser text. If counts differ from a hex editor, verify the text was decoded with the correct character encoding first.