[cl-pdf-devel] switching to binary format

Dmitriy Ivanov divanov at aha.ru
Fri Mar 18 19:19:37 UTC 2005


Hello Marc,

| I looked at acl-compat.excl:string-to-octets but for LW the conversion
| function just makes the conversion "manually" it's not an optimized
| function:
|
| (loop for from-index from start below end
|        for to-index upfrom 0
|        do (progn
|             (setf (aref mb-vector to-index)
|                   (char-code (aref string from-index)))))
|
| I don't know why there is a progn.

Sorry, I have just forgotten then paserve does not support external formats!

I am offering my version of a piece of acl-compat as a starting point.
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru
-------------- next part --------------
A non-text attachment was scrubbed...
Name: acl-compat-lw.zip
Type: application/x-zip-compressed
Size: 3641 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-pdf-devel/attachments/20050318/3e80254b/attachment.bin>


More information about the cl-pdf-devel mailing list