Hello, All!
clisp-2.33 XEmacs21.4 win32-nt5.1
i have problems with russian(cyrillic) characters. when any of this characters has to be displayed it dies - i think there is an exception - something like "cannot convert cyrillic charset:windows-1251 character to charset:iso-8859-1" when sending to socket. xemacs works with windows-1251 charset, so i thought that it will be Ok if they will comunicate in windows-1251 and there will be no difference for other characters. however, it refuses to work with anything except iso-8859-1 or windows-1252 - it dies: --- ;; Swank started at port: 3171.
*** - Program stack overflow. RESET Process inferior-lisp exited abnormally with code 128 --- i don't know - maybe it's a bug in clisp and has nothing to do with slime.. i cannot understand what happens - i thought that they communicate with plain octet-stream and only interpretation of some values got changed..