Quote:
Originally Posted by KevinH
At this point I an truly afraid of changing the pluginrunner wrapper.py file as changing it may break lots of existing plugins and I do not want that.
|
Oh, I agree. I was only thinking of your parsing of the .pcss file. I forgot that the epub's xhtml would have \r\n line endings on Windows (and that wrapper.py would preserve them with it's read/write functions). Most of Sigil's Qt C++ routines guarantee that everything will have \n line endings on all platforms while being manipulated.