[Bug 894193] Re: Trouble if chm contains path with spaces

2019-09-03 Thread Bug Watch Updater
** Changed in: chm2pdf (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm contains path with spaces To manage notifications about

[Bug 894193] Re: Trouble if chm contains path with spaces

2012-11-04 Thread Grishkin
** Branch linked: lp:~grishkin/chm2pdf/chm2pdf_branch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm contains path with spaces To manage notifications about this bug go

[Bug 894193] Re: Trouble if chm contains path with spaces

2012-11-04 Thread Grishkin
BeautifulSoup allows to replace %20 in links only, see http://bazaar.launchpad.net/~grishkin/chm2pdf/chm2pdf_branch/revision/16. But BeautifulSoup is only a recommended package for chm2pdf, so nothing will be substituted if it is not installed. -- You received this bug notification because you ar

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-12-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~reto-knaak/chm2pdf/chm2pdf_branch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm contains path with spaces To manage notifications about this bug g

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-27 Thread Reto Knaak
In my patch there is still one place I don't like too much: page = re.sub('%20',' ',page) If in the text there is a %20, this too will be replaced with a normal space - and this is not correct. So the regex should be changed to repalce %20 only if they occour inside a src=".." or href="...", b

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-27 Thread Reto Knaak
** Changed in: chm2pdf (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm contains path with spaces To manage notifications about th

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-26 Thread Reto Knaak
I think now I have a fully working patch: This line page=re.sub(r'(?i)"'+iurl,'"'+img_filename,page) could put in the html page a mix of escaped and unescaped spaces in the paths... (e.g. /tmp/tmp33GfZf/Name\ with\ space/doc space/image path/velocity space.gif) Now this line will be page=r

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-26 Thread Reto Knaak
The posted patch #2 fixes the error only if filename contains no spaces... With filenames containing escaped spaces, it doesn't work... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Tr

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-25 Thread Bug Watch Updater
** Changed in: chm2pdf (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm contains path with spaces To manage notifications about this

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-25 Thread Julian Taylor
thanks for the patch, I have forwarded it to the debian bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm contains path with spaces To manage notifications about this

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-25 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #488033 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488033 ** Also affects: chm2pdf (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488033 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-23 Thread Ubuntu Foundation's Bug Bot
The attachment "Fixing path with spaces patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the t

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-23 Thread Reto Knaak
Applying this patch, the CHM in the previous comment is converted without missing links and images. Only the last page is missing, but this is also the case without this patch and is thus a separate bug. (of html2doc?) ** Patch added: "Fixing path with spaces patch" https://bugs.launchpad.net

[Bug 894193] Re: Trouble if chm contains path with spaces

2011-11-23 Thread Reto Knaak
** Attachment added: "Demo_CMH.zip" https://bugs.launchpad.net/bugs/894193/+attachment/2606532/+files/Demo_CMH.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894193 Title: Trouble if chm cont