equal
deleted
inserted
replaced
28 |
28 |
29 Read the files even if they are open exclusively by another process. Runs a small risk of the data read being corrupt. |
29 Read the files even if they are open exclusively by another process. Runs a small risk of the data read being corrupt. |
30 |
30 |
31 ==option bool b binary |
31 ==option bool b binary |
32 |
32 |
33 Legacy option, kept for compatability. Equivalent to C<--encoding binary>. |
33 Similar to C<--encoding binary>, but in addition sets the console mode to binary (so, for eg, line endings are not translated) |
34 |
34 |
35 ==option enum e encoding |
35 ==option enum e encoding |
36 |
36 |
37 Encoding to use. If not specified, defaults to 'auto'. |
37 Encoding to use. If not specified, defaults to 'auto'. |
38 |
38 |