Am doing a CSV import in laravel, For a few languages, it is not possible to import. The error which I got was
Incorrect string value: '\xFCr M\xE4n...' for column 'product_name_german' at row 1
when i print the line it shows like below text (with a starting character "b") :
b"Laufschuhe für Männer Artikel 001"
Actual text which i give was
Laufschuhe f�r M�nner Artikel 001
The CSV file is utf-8 bom encoded type