One can specify the character encoding for load using something like:
(load "file" :external-format :utf-8).
Can I set the default value for :external-format?
How do I find the default value for :external-format?
I am using asdf to load some files, and it would be considerably
better if I could specify the default value at sbcl startup.
Brett van de Sande
|