
25 Apr
2006
25 Apr
'06
11:01 a.m.
Pascal, Thank you very much for the help. The only place where I could find any kind of reference about :EXTERNAL-FORMAT was the "implementation notes" on the CLISP page. I wonder if there is a more accessible page for people like me :) I don't mind reading docs but I need to have a few things clearly spelled out before I know where to check... Regards, Jean-Christophe On 2006/04/25, at 19:24, Pascal Bourguignon wrote:
On clisp, the legal arguments for :EXTERNAL-FORMAT are in the package CHARSET.
(load "~/Documents/_travail/Programmes/lisp/salut_2.lisp" :external-format charset:utf-8)
(do-external-symbols (cs "CHARSET") (print cs))