I have the following files in a directory:
- newlisp.exe (newlisp v10.7.4(Win64-UTF8))
- main.lsp
- 01-寻找当前目录下是否有所需文件.lsp
In the main.lsp, the first line of code is:
(load "01-寻找当前目录下是否有所需文件.lsp")
When I run "
newlisp main.lsp
" in this directory of console, error message given:
Quote
ERR: problem accessing file in function load : "01-寻找当前目录下是否有所需文件.lsp"
My OS is win7(64), and I guess non-ascii characters in path cause this problem. But why is the newlisp v10.7.4(Win64-UTF8) not able to recognize these non-ascii charactors? And how to solve this problem?
Take a look here:
//http://www.newlispfanclub.alh.net/forum/viewtopic.php?f=9&t=4940
Keep in mind that windows 7 is worse than windows 10 :-(