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

tom at rakegroup.com tom at rakegroup.com
Fri Apr 15 13:53:10 UTC 2005


Quoting tom at rakegroup.com:

> 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,
>
>

That should be *no* line-terminator works.

-tom rake

> 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
> >
> >
> >
>
>
>
> _______________________________________________
> cl-pdf-devel site list
> cl-pdf-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/cl-pdf-devel
>






More information about the cl-pdf-devel mailing list