keboola / php-csv

CSV reader/writer
MIT License
135 stars 35 forks source link

support of multibyte delimiters #20

Closed kacurez closed 6 years ago

kacurez commented 7 years ago

if delimiter is e.g. greek question mark(http://www.fileformat.info/info/unicode/char/037e/browsertest.htm) ; then it ends up with error Delimiter must be a single character. ";" received https://github.com/keboola/php-csv/blob/master/src/Keboola/Csv/CsvFile.php#L49

odinuv commented 6 years ago

not supported by the underlying fgetcsv - fgetcsv(): delimiter must be a single character -> no reasonable to implement this currently