Unable to import csv file with chinese characters

I was trying to use the form stimuli in the builder, yet the encoding of chinese characters went wrong,
my csv file is like :


and when I run the experiment, an error happened like;

I think there must be something wrong of the encoding of the chinese characters, but I do not know how to handle it. I am using psychopy3_py2_ver 3.2.4

Could you post the actual file concerned?

survey.csv (49 Bytes) untitled.psyexp (3.8 KB)
Here are my files. Thanks a lot for your help!

I think CSV file must be saved in UTF-8 encoding. I saved your survey.csv in UTF-8 encoding (attached below). This seems to work fine on my PC.
survey_utf8.csv (59 Bytes)

3 Likes

It works! Thanks a lot!:smile: