mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
d0837f36db
On Windows it's possible to have input files with CRLF line endings and a perl that defaults to LF line endings (eg msysgit). Currently that results in generator output of mixed line endings of CR, LF and CRLF. This change fixes that issue in the most succinct way by opening the files in :crlf text mode even when the perl being used does not default to that mode. (On operating systems that don't have a separate text mode it's essentially a no-op.) The output continues to be in the perl's native line ending.
9 lines
255 B
Makefile
9 lines
255 B
Makefile
Short: B
|
|
Long: use-ascii
|
|
Help: Use ASCII/text transfer
|
|
Protocols: FTP LDAP
|
|
---
|
|
Enable ASCII transfer. For FTP, this can also be enforced by using a URL that
|
|
ends with ";type=A". This option causes data sent to stdout to be in text mode
|
|
for win32 systems.
|