I have a problem with reading csv file.
My task is to import csv file via php. Customer created his csv file in Excel on Mac. This file contains German letters like äüöß. When I open it, that letters are crashed (in all programs of Windows). The only way to reed it correctly is to open file in TextEdit on Mac when system language is set to English (when Russian is set, TextEdit also shows wrong characters).
Example of crashed letters: ナttinger, J゚rgen; Kハthe; Empfハnger
Please help me, I have tried all possible ways to encode the file but no result. mb_detect_encoding shows UTF-8.
How can I read it correctly when I even can't open correctly it on my computer?
Why reading of csv file on Mac depends on system language?