[cl-pdf-devel] latin-2 + sbcl + hungarian characters

Roland Lohner lohner.roland at gmail.com
Tue Feb 19 11:42:09 UTC 2008


Hi Dmitriy, List,

I fabricated a much more simple solution for the problem of sbcl and
charsets.
It uses the function sb-ext:string-to-octets in pdf::char-external-code.
So no more extra charset table is needed in cl-pdf.

In addition to latin-2 I filled up the sbcl charsets for win1250 and 1251
encodings.

The svndiff is attached. Please take a look at it and commit, if it's right.

Sorry for realizing this charset-specific conversion ability of sbcl too
late.

Regards,
Roland

2008/2/8, Dmitriy Ivanov <divanov at aha.ru>:
>
> Roland Lohner wrote on Fri, 8 Feb 2008 16:36:21 +0100 18:36:
>
> | Sorry, one thing I forgot, get-char-metrics methods contain the
> | function call char-external-code, as well. So font.lisp also needs to
> | be patched.
> |
> | I attached the diff.
>
> Amended and committed now. Have fun.
>
> | Have a nice weekend!
>
> Thanks, you too.
> --
> Sincerely,
> Dmitriy Ivanov
> lisp.ystok.ru
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-pdf-devel/attachments/20080219/be6c1af8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sbcl-charsets.svndiff
Type: application/octet-stream
Size: 9996 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-pdf-devel/attachments/20080219/be6c1af8/attachment.obj>


More information about the cl-pdf-devel mailing list