I've fixed a string of completely different problems with the code for splitting chapters. There've been at least four distinct problems involving completely different parts of the code. This last issue with spaces was actually a problem with renaming files and had nothing to do with the chapter-splitting routines, but I believe I've now fixed all the places where a space in the filename could cause problems.
Since many production workflows involve generating filenames with specific identifiers embedded in them, I didn't want to change the filenames themselves (as calibre does). But in general it's a good idea to avoid using spaces.
|