jeroenzwart / laravel-csv-seeder

Seed your database with Laravel using CSV files
Other
92 stars 30 forks source link

Update CsvRowParser.php #7

Closed TheGeremy closed 5 years ago

TheGeremy commented 5 years ago

when string is already UTF-8 with special characters like č, š, ž, ý, ... and you do encode to UTF-8 those chars will change to some bullshit, so I added a check if the string is already UTF-8, if so skip the encode