[Openmcl-devel] UTF-8 problem - Can't load my sources with CCL 1.9

Andreas Thiele andreas at atp-media.de
Wed Jul 10 05:01:35 PDT 2013



> -----Ursprüngliche Nachricht-----
> Von: Anton Vodonosov [mailto:avodonosov at yandex.ru]
> Gesendet: Mittwoch, 10. Juli 2013 11:52
> An: Andreas Thiele; openmcl-devel at clozure.com
> Betreff: Re: [Openmcl-devel] UTF-8 problem - Can't load my sources with
CCL
> 1.9
> 
> 
> 10.07.2013, 13:39, "Andreas Thiele" <andreas at atp-media.de>:
> > messages.lisp is not an UTF-8 file and I thought I made that clear. The
> system gets loaded by the integrated ASDF version (2.32).
> >
> 
> If you use ASDF you can specify the source files encoding in your .asd
file.
> This allows to compile correctly on any Lisp.
> To do so you nee to add
>   :defsystem-depends-on (:asdf-encodings)
>   :encoding :latin1
> to your defsystem.
> 
> asdf-encodings is a special ASDF extension, which now becomes new
> dependency of your project.

Thanks a lot Anton,

this one did it. Now I can load my project.

A great help. Thank you.

Best Regards
Andreas





More information about the Openmcl-devel mailing list