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

Anton Vodonosov avodonosov at yandex.ru
Wed Jul 10 02:44:55 PDT 2013


10.07.2013, 13:39, "Andreas Thiele" <andreas at atp-media.de>:
> Hello,
>
> I can’t load my current project with CCL 1.9 anymore, because CCL assumes UTF-8 file format although I did the following
>
> (setf ccl:*default-file-character-encoding* nil)
>
> (setf ccl:*terminal-character-encoding-name* :iso-8859-1)
>

Why not (setf ccl:*default-file-character-encoding* :iso-8859-1) ?



More information about the Openmcl-devel mailing list