@Pardeep said in Japanese letters in file path converted into question mark(?). How can i deal with them?:
qDebug()
This is simply debug output, it can depend on the encoding in the console. Try
qDebug()<<fileName1.toUtf8()<<"\nExist: "<<f1.exists();