From jcm at SDF.ORG Thu Dec 29 01:22:45 2011 From: jcm at SDF.ORG (jcm at SDF.ORG) Date: Thu, 29 Dec 2011 01:22:45 -0000 Subject: [cl-pdf-devel] Bullet points Message-ID: <6ab33c01197c6c7c284a24304cdc6899.squirrel@wm.sdf.org> Hi all, I'm back on a major project using cl-pdf. I need to generate bullet points in a table display. I've been experimenting with UTF-8 encoding in other areas, but not cl-pdf. What's the trick to displaying them? From ystok-systema at rambler.ru Thu Dec 29 06:19:20 2011 From: ystok-systema at rambler.ru (Dmitriy Ivanov) Date: Thu, 29 Dec 2011 10:19:20 +0400 Subject: [cl-pdf-devel] Bullet points References: <6ab33c01197c6c7c284a24304cdc6899.squirrel@wm.sdf.org> Message-ID: <000001ccc600$bb835db0$8100a8c0@digo> jcm at SDF.ORG wrote on Thu, 29 Dec 2011 01:22:45 -0000 05:22: | I'm back on a major project using cl-pdf. I need to generate bullet | points in a table display. I've been experimenting with UTF-8 encoding | in other areas, but not cl-pdf. What's the trick to displaying them? I believe CL-PDF does not support UTF-8 directly. Your can - either reencode in Unicode (UTF-2), - or split your text to exploit several one-byte encodings. -- Sincerely, Dmitriy Ivanov lisp.ystok.ru