Comment 1 for bug 1656833

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1656833

I cannot replicate this with the current calibre release. Creating an
HTML file test#foo.html with the contents:
<!DOCTYPE html>
<html>
    <head>
        <title>test#moo</title>
        <meta charset="utf-8" />
    </head>
    <body>
        <h1>boo</h1>
        <p>hoo</p>
    </body>
</html>

and converting ti with ebook-convert results in a file that has no
errors as per epubcheck and filename related warnings during conversion.
I dont have an iPhone to test on, so I cannot say whether it will work
on one or not.

 status invalid