non-ascii characters in path?

Q&A's, tips, howto's
Locked
lyl
Posts: 44
Joined: Sun Mar 25, 2018 5:00 am

non-ascii characters in path?

Post 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?

cameyo
Posts: 183
Joined: Sun Mar 27, 2011 3:07 pm
Location: Italy
Contact:

Re: non-ascii characters in path?

Post by cameyo »

Take a look here:
viewtopic.php?f=9&t=4940
Keep in mind that windows 7 is worse than windows 10 :-(

Locked