[Ecls-list] decoding error on fas file compiled from utf-8 files.
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Sun Mar 18 15:16:53 UTC 2012
On Mon, Mar 5, 2012 at 9:27 PM, Pascal J. Bourguignon <pjb at informatimago.com
> wrote:
>
> This evening I pulled from git the latest release of ecl, compiled it,
> and now I'm trying to boot it, unfortunately it fails after compiling my
> files (ql:quickload :com.informatimago.common-lisp.cesarum) with:[...]
> [package com.informatimago.common-lisp.cesarum.float-binio].
> An error occurred during initialization:
> decoding error on stream #<sequence-input stream 000000000348b3c0>
> (:external-format (:utf-8 :lf)): the octet sequence (233 112 117) cannot be
> decoded..
This error will be solved by a patch I will upload later on. The problem
was already pointed out in the mailing list: the compiler was producing
source code in latin-1 encoding while the binary loader expects constants
in utf-8 encoding.
Juanjo
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120318/2a3ad3b3/attachment.html>
More information about the ecl-devel
mailing list