Skip to content

Improved CRLF (EOL) handling for Windows

Latest
Compare
Choose a tag to compare
@rsdoiel rsdoiel released this 31 Jan 18:28
· 1 commit to main since this release

Added CRLF option on CSV write to better support Windows, see issue #24. This is a minor release bump. The prior behavior of CSV writes was to default to LF regardless of operating system. Now by default the use of CRLF is set to return for Windows and false for everyone else. It can be explicitly set using the -crlf command line option for programs that output CSV content.

Full Changelog: v1.2.12...v1.3.0