Html entities like € is not converted to its symbol in CSV conversion

前端 未结 6 543
别跟我提以往
别跟我提以往 2021-01-19 16:13

I have used CSV parser from http://code.google.com/p/parsecsv-for-php/, to export my reports to CSV in PHP. I have displayed Sales Total value in €XXXX.XX

6条回答
  •  心在旅途
    2021-01-19 16:26

    I don't know much in CSV files, but you should try these two things:

    1. Put the euro symbol directly.

      or

    2. Look for the CSV file encoding.

提交回复
热议问题