I made a research to find similar issues with wrong file name for chinese folders but without luck. API call listFiles
call on file
return list of files with unrecognized symbols in file path for chinese symbols. The interesting point is for some files chinese symbols are recognized, bit for others are not. Below is the sample:
Do you have an idea why it happens? Behind the scene listFiles should use UTF-8 which should be properly handle Chinese chars. It does, but for some cases there are unrecognized symbols.