Closed svc-user closed 6 years ago
As in issue #210 the tokenizer fails to parse paragraphs on windows due to CRLF rather than LF as used on *nix systems.
This fix allows both line endings to work.
LGTM, thanks! :)
As in issue #210 the tokenizer fails to parse paragraphs on windows due to CRLF rather than LF as used on *nix systems.
This fix allows both line endings to work.