![](https://secure.gravatar.com/avatar/cbf7434d6ca709804bad6c7935a64048.jpg?s=120&d=mm&r=g)
On Mon, Apr 12, 2010 at 9:39 PM, james anderson <james.anderson@setf.de> wrote:
This bit of the stacktrace would suggest there's a problem decoding the UTF-8 in the file it's trying to read. Could it be that it contains non-UTF-8 characters? If so, these should be replaced by ABCL with replacement characters, but we have seen ABCL bugs in the past where it was incorrectly looping in such cases.
Is this such a case?
i don't know. it's not my code. it one of the projects from the clbuild repertory which abcl trips over in the course of an exhaustive build.
Hello, that file has a few comments in Spanish, and it seems to be encoded as Latin-1 (not UTF-8). $ file -I pdf-geom.lisp pdf-geom.lisp: text/x-lisp; charset=iso-8859-1 I can't reproduce the problem on MacOSX (I'm using a check-out though, not the clbuild copy), but deleting the comments will probably make the problem go away. Cheers, Carlos