Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows line endings: Special handling for LF character #210

Merged
merged 1 commit into from
Nov 3, 2016

Conversation

mike42
Copy link
Owner

@mike42 mike42 commented Nov 3, 2016

Skip past LF ("\r") character rather than writing a question mark.

Previously, "\r\n" would cause "?\n" to appear in the output, but now "\r\n" is wound back
to "\n" on its own.

Reference:

Previously, "\r\n" would cause "?\n" to appear in the output, but now "\r\n" is wound back
to "\n" on its own.
@mike42 mike42 merged commit 30103cf into development Nov 3, 2016
@mike42 mike42 deleted the 209-windows-line-endings branch November 4, 2016 07:04
@JrHasanBUDAK JrHasanBUDAK mentioned this pull request Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant