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

Marc Battyani marc.battyani at fractalconcept.com
Sun Apr 10 20:57:26 UTC 2005


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

Can you confirm this before I add it ?

Thanks,

Marc





More information about the cl-pdf-devel mailing list