such as the title, because to import the data in the csv file, the file format is not UTF-8, it is garbled on the web page, as shown in the following figure.
if it is in UTF-8 format, the display is normal Chinese, no problem.
so I"d like to ask you how to convert CSV file format to UTF-8 through transcoding in js. Thanks a lot.