Quote:
Originally Posted by arspr
Nevertheless one hint: I mounted my attached exception file from your example (downloaded from the initial post). And when I opened it (Windows Notepad), all the words were in the very same line with some kind of non-printable character between them. So I immediately thought about the UNIX-Windows CR/LF (or whatever) conflict and retyped those "return key" symbols in their place. So my file should be a pure genuine windows friendly one. Could it be the source of the trouble?
|
Shouldn't matter. The file is read in binary mode which should eliminate any EOL character nonsense. I've created those files on Win/Mac/Linux and mixed and matched their usage on the other platforms with no issues. But I'll double-check to be sure. If you get a chance, upload a small epub sample so I can be certain I'm starting with the exact same input as you are. Then I can pair that with your exceptions file to see if I can see what's going on.