[armedbear-devel] lisp source files encoding

Anton Vodonosov avodonosov at yandex.ru
Sun Oct 21 14:06:27 UTC 2012


Hello.

Starting from ASDF 2.21 it is possible to specify lisp source files encoding
in defsystem (see asdf manual: http://common-lisp.net/project/asdf/asdf.html#Miscellaneous-additional-functionality).

ABCL now comes with ASDF 2.25.

But still encoding specification doesn't work on ABCL.
See this log for example: https://cl-test-grid.appspot.com/blob?key=564037

The system being compiled specifies :encoding :ut8 in its defsystem,
and we saw the encoding specification working - it fixed compiilation on SBCL.

But on ABCL it still fails.

Does anyone have idea why so? Is it because of the way ASDF is integrated
into ABCL? Or ABCL just doesn't support utf-8 lisp files at all?

Best regards,
- Anton




More information about the armedbear-devel mailing list