[cl-pdf-devel] cl-pdf repository update

tom at rakegroup.com tom at rakegroup.com
Thu Apr 14 23:31:33 UTC 2005


Quoting Marc Battyani <marc.battyani at fractalconcept.com>:

> <tom at rakegroup.com> wrote:
>
> > These fixes work on clisp, I believe they will work on SBCL as well but I
> need
> > to go to work to test that again! Without the color-space fix all verions
> of
> > example3 should produce an unreadable pdf file!
> >
> > Once patched I can generate ex1.pdf to ex8.pdf and read them in acrobat.
>
> Good, example3 was effectively bugged!
>
> > Here is a svn diff for my clisp fixes
> [...]
>
> OK added.
>
> > ;;In CLISP default encoding is ASCII 7bit cl-pdf is ISO-8859-1 encoding
> > #+clisp (setf *default-file-encoding*  (ext:make-encoding :charset
> > charset:iso-8859-1 :line-terminator :dos))
>
> :dos ? it's probably :unix here as we don't want clisp to transform the LF
> in CR/LF and we already have :unix in config.lisp.
Marc,


on line-terminator works.

(setf *default-file-encoding*  (ext:make-encoding :charset charset:iso-8859-1))

I tried this on both clisp for windows/cygwin and linux.

Sorry for the late reply.

-tom rake

>
> Can you confirm this before I add it ?
>
> Thanks,
>
> Marc
>
>
>






More information about the cl-pdf-devel mailing list