filenames with Chinese characters cannot be read
Hi all! I met an issue with reading Chinese charaters when preloading my stimulis. I put the code below to use UTF-8 encoding and made sure that the paths to the files were correct.
However, I still got the warning that the file cannot be found (see the screen shot below). The file preloading works well if it is not processed via jatos. I was wondering whether there is something wrong with my code or I should find extra plugin to let jatos read my files? Thank you so much!
Best regards,
Chi
Comments
Hi Chi,
Thank you for pointing that out. It is a bug in JATOS. The problem is that the filenames JATOS receives are URL encoded and JATOS never decoded them to normal UTF-8. The fix will be part of the next JATOS release.
Best,
Kristian
Dear Kristian,
Thank you for the answer! Looking forward to the next release.
Best regards,
Chi