(read-file "some-name-with-national-characters") wan't read the file :-(
In MSWin I have two russian encodings (Russian_Russia.1251 and Russian_Russia.866), I tried to (set-locale ...) with both (with success result), but read-file returns nil either.
locale and filenames
locale and filenames
WBR, Dmi
I assume that these are 8 bit code pages not UTF8 multibyte characters?
Can you do a (map char (explode "filename")) and post the result? Perhaps the numbers tell us something.
Are you running newLISP in a Windows shell or in the newlisp-tk window?
Does the name display Ok when you do a (directory) ?
Lutz
Can you do a (map char (explode "filename")) and post the result? Perhaps the numbers tell us something.
Are you running newLISP in a Windows shell or in the newlisp-tk window?
Does the name display Ok when you do a (directory) ?
Lutz