On Thu, Sep 27, 2018 at 12:29 PM Christoph M. Becker <cmbecke...@gmx.de> wrote:
> Hi! > > I hereby put the “Kill proprietary CSV escaping mechanism” under > discussion: > > <https://wiki.php.net/rfc/kill-csv-escaping> > > Any comments are welcome! > Could you please add a description of how the escaping mechanism currently works for read and write? My vague recollection is that the write and read behavior actually have nothing to do with each other and the fputcsv $escape parameter would be better described as the $corrupt parameter. We may want to treat both cases in different ways. Nikita