Page 1 of 1

non-ascii characters in path?

Posted: Fri Dec 21, 2018 3:08 am
by lyl
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:

Code: Select all

(load "01-寻找当前目录下是否有所需文件.lsp")
When I run "

Code: Select all

newlisp main.lsp
" in this directory of console, error message given:
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?

Re: non-ascii characters in path?

Posted: Sat Dec 22, 2018 1:03 pm
by cameyo
Take a look here:
viewtopic.php?f=9&t=4940
Keep in mind that windows 7 is worse than windows 10 :-(