here is my code:
local path = "C:/Users/KayWang/Desktop/测试.txt"
local file,err = io.open(path,"rb")
print(file,err)
and this is the output:
nil C:/Users/KayWang/Desktop/测试.txt: No such file or directory
I don't want to use winapi and I really want to know why this function cann't support unicode path?