[Ecls-list] cl-pdf gives utf-8 error with --enable-unicode

Stelian Ionescu stelian.ionescu-zeus at poste.it
Mon Feb 2 13:58:10 UTC 2009


On Mon, 2009-02-02 at 22:23 +1100, David Creelman wrote:
> Hi,
> 
> I've just tried getting cl-pdf working with ECL, but had some problems with
> pdf-geom.lisp as below :-
> 
> ;;; Loading "/home/dc/.asdf-binaries/home/dc/learn/lisp/cl-pdf/pdf-base.fas"
> ;;; Compiling /home/dc/learn/lisp/cl-pdf/pdf-geom.lisp.
> ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
> An error occurred during initialization:
> Internal error: in file /home/dc/learn/lisp/cl-pdf/pdf-geom.lisp, position 0, and form 
>   compiler preprocess
> Invalid byte found in UTF-8 stream #<input stream /home/dc/learn/lisp/cl-pdf/pdf-geom.lisp>.

pdf-geom.lisp contains the octet #xF1 which is #\ñ in iso-8859-1 but not
valid UTF-8. try using iconv to convert the file to UTF-8

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20090202/f7cdef63/attachment.sig>


More information about the ecl-devel mailing list