daniel782 / epubcheck

Automatically exported from code.google.com/p/epubcheck
0 stars 0 forks source link

Capitalisation in ePub extension causes failure #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

If I run epubcheck on a file with extension 'ePub' it claims

no .epub file to check was specified in arguments.

If I check the same file with the same name but specify 'epub' then it works.

Platform is Windows (7 x64) and the issue seems to be that the name passed in 
must be correctly capitalised.  I am not clear if the lower caseness of the 
name is part of the stnard in which case the message could be clearer, or if it 
is actually not seeing the file for some reason.

Original issue reported on code.google.com by i...@idcl.co.uk on 2 Sep 2010 at 7:18

GoogleCodeExporter commented 8 years ago
This is a broader bug, as the OCF specification only states that the containing 
ZIP file *SHOULD* use a ".epub" extension.  I think it should be a warning if 
it's not ".epub" as the containing extension is informally described that way 
everywhere in the specification.

Original comment by liza31337@gmail.com on 18 Sep 2010 at 2:55

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r278.

Original comment by markus.g...@gmail.com on 24 Oct 2011 at 5:54