non-ascii characters in path?

Started by lyl, December 20, 2018, 07:08:22 PM

Previous topic - Next topic

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:
(load "01-寻找当前目录下是否有所需文件.lsp")

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

#1
Take a look here:

http://www.newlispfanclub.alh.net/forum/viewtopic.php?f=9&t=4940">//http://www.newlispfanclub.alh.net/forum/viewtopic.php?f=9&t=4940

Keep in mind that windows 7 is worse than windows 10 :-(