Bug introduced in 10.0 and fixed in 10.0.2
I tried to import file in Mathematica 10 ( windows 7 system), the path contains some chinese characters. After holding ctrl+shift, and drag the file into front end. I got path like
c:\\Users\\m&p\\Desktop\\桌面\\test.txt
But after running
Import["c:\\Users\\m&p\\Desktop\\\:684c\:9762\\test.txt"]
Mathematica 10 gives error message as follows:
Import::nffil: File not found during Import.
What should I do to make mathematica 10 support path containing Chinese characters?
/) workaround in the Q/A linked by @AlexeyPopkov works fine. – Silvia Jul 17 '14 at 19:04Import["D:\\tmp\\试验\\try.dat"]. Probably under Linux backslashes are not used in the paths. If so you cannot not see this bug withImportbut still can face it in another manner described in the answer by Tetsuo Ichii. – Alexey Popkov Jul 17 '14 at 19:15\\, I also got strange character code under Linux. – Yi Wang Jul 18 '14 at 06:39