Hi there,
It seems that the links generated in the index.html
page by using chmdump for a couple of different CHM
files I have tried the dumper program on generate links
to, for instance, A.html, B.html, etc., whereas the
files generated on unix platforms are "a.html",
"b.html", etc.
As we all know, UNIX is case-insensitive, and thus it
will 404 these by default. Likely, this is a problem
with the person encoding the file originally, as they
probably did it on a Win* platform, but as is the case
in many pieces of software, we have to create a broken
compatibility layer to interface with these things :|
Could you possibly add valid link or case checking when
generating index pages, and correct the links if they
are invalidated by case issues? This behaviour may
also exist in other forms/generated pages, as generally
'Doze users are unconcerned about such "esoteric"
problems as actually getting filenames correct :)
Thank you,
Jason McManus