** 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
** 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
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
** 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
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
** 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
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
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
** 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
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 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
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
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
** 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
14 matches
Mail list logo