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

Adding support for CRLF's #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 5, 2016

  1. Supporting CRLF's by checking next byte

    If the next byte after a carriage return (CR) is a line feed (LF)
    then don't replace the CR. The result will be a CRLF which is
    supported by the Go CSV reader.
    kyleder committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    4606e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd3568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af16e59 View commit details
    Browse the repository at this point in the history