hmm, for example:
there is a file named with “?”, maybe it's “?myfile.txt".
now, i wanna open the file. of course, i get the file path of the file, and initialize a QFile with file path.
the problem is that, the file path, the QString, can not be read correctly, since “?” can not be read, it will displayed as "?".
i think it's cause by decoding.
and this is what i mean.