thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.33k stars 333 forks source link

导出中文的时候乱码了 #480

Closed 449134904 closed 1 year ago

449134904 commented 1 year ago

image image 你好w我写入csv中文的时候乱码

nyamsprod commented 1 year ago

@449134904 I only speak french or english could you explain in one of those language your issue 🤔

449134904 commented 1 year ago

@449134904 I only speak french or english could you explain in one of those language your issue 🤔

Hello, I wrote the Chinese csv in garbled code

nyamsprod commented 1 year ago

Hi I still fail to understand the actual issue

449134904 commented 1 year ago

Hi I still fail to understand the actual issue

The csv is garbled when written into Chinese

nyamsprod commented 1 year ago

How is this related to the package ? Did you check your input/output for the charset ? Does chinese CSV expect UTF8 or UTF16 ? Do you get the same issue with PHP native functions ?

It is difficult for me to search without any context. As fas as I know the package is charset independent so if you have more info I will re-open the ticket.