Adrien Loison c826d15472 Fix charachters escaping with CSV reader/writer
PHP's built-in functions fputcsv and fgetcsv are not RFC-4180 compliant and include an escape character that's not defined in the spec.
This results in escaping characters that should not be escaped.
This commit disables this escaping mechanism.
2017-11-11 16:21:05 +01:00
..
2015-01-15 18:14:07 -08:00
2016-03-19 11:34:31 +01:00
2016-04-06 22:00:47 +02:00
2016-03-19 11:34:31 +01:00