<div dir="ltr">> <span style="font-size:14.4px">This is a bug in ccl::lookup-character-</span><span style="font-size:14.4px">encoding.  Here’s a patch:</span><div><span style="font-size:14.4px">Thanks! Any chance to patch the CCL's source tree with it?</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-05 20:03 GMT+03:00 Ron Garret <span dir="ltr"><<a href="mailto:ron@flownet.com" target="_blank">ron@flownet.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="h5"><br><div><div>On Mar 5, 2016, at 8:39 AM, Dmitry Igrishin <<a href="mailto:dfigrish@gmail.com" target="_blank">dfigrish@gmail.com</a>> wrote:</div><br><blockquote type="cite"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-03-05 16:25 GMT+03:00 Dmitry Igrishin <span dir="ltr"><<a href="mailto:dfigrish@gmail.com" target="_blank">dfigrish@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>The *default-external-parameter* doesn't considered by</div><div>count-characters-in-octet-vector, decode-string-from-octets,</div><div>encode-string-to-octets, string-size-in-octets functions which</div><div>has the :external-format parameter. I believe that</div><div>*default-external-parameter* should affect the behaviour of</div><div>all functions with :external-format parameter, right?</div></div></blockquote><div>Sorry, I meant the *default-external-format* special variable...</div></div></div></div></blockquote></div><br></div></div><div>This is a bug in ccl::lookup-character-encoding.  Here’s a patch:</div><div><br></div><div>(in-package :ccl)</div><div><br></div><div>(let ((ccl::*warn-if-redefine-kernel* nil))</div><div>  (defun lookup-character-encoding (name)</div><div>    (gethash (or name *default-external-format*) *character-encodings*)))</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>rg</div><div><br></div></font></span></div></blockquote></div><br></div>