Re: Tutorial
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Stephen R. van den Berg wrote: >Pike should be able to put stdin into ascii mode to activate this behaviour. Maybe this can be implicit when selecting a character set. Selecting a character set is necessary to get correctly behaving stdin, and setting a characterset implies that it is not a binary file and thus EOL conversion should be activated. -- Stephen.