On Oct 31, 1:14 pm, Stuart Rackham <[email protected]> wrote: > Hi Matt > > On 30/10/10 20:01, mattn wrote: > > > I just ran into the UnicodeDecodeError problem (when running a2x -f > > chunked, even though the same document worked fine for -f xhtml). I > > presume this is fixed in the new version so I'll just hold off until > > then. m. > > Would you be able to either test the offending document against the latest > trunk > or post the document so that I can test it (to verify the fix has fixed it).
Say, good idea! I never thought of that - I keep forgetting open source is open source. :) Okay, I cloned the repository as it stands, I tested my document against that version of a2x, and it worked fine. So yes, I would suggest that the fix has fixed it. I still don't know exactly what data was troublesome. Unfortunately the UnicodeDecodeError error message, although it told me what we were doing when the problem occurred (finding resources in one of the chunks), gives no clue as to where we were in that document. I looked for "funny" characters in that document but I couldn't find any that didn't occur in the previous chunks which succeeded, and I wasn't really sure what I was looking for anyway. I suppose I could try to narrow it down by chunking smaller (I'm chunking into chapters, but my book has lots of level 1 and level 2 headings and even some level 3 headings), but unless you ask me to test further I'm ready to confirm you've fixed it. Mostly I'm just happy to be chunking my document successfully! -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
