How to execute an external file, where the file name is in unicode language (for example Chinese font).
As, the window OS supports unicode language we can save it as also any unicode language.Suppose we save a file in Chinese fonts. But while we trying to execute the file through Runtime.getRuntime ().exec ("path\\filename"); , if the file name is in Chinese character then it converts to ?????.extension . So the file can't found to execute. Is there any solution to execute the files where the file names are in Chinese font ?