Quote:
Originally Posted by joseph harris
Turtle91, You cracked it. Capital and lower case mix, together with Sigil not being scripted to recognise single digit numbers. My particular thanks to you for thinking through something I should have spotted in the first place.
|
No worries - glad we found it!
That number padding issue has been around for a long time - ever since the good 'ol DOS days, it's not just Sigil. There are a very few programs that actually take the time to script a different sorting algorithm to handle them...it's just too difficult to read the mind of the creator to know if they
really meant it to be 9, or 09, or 009. So they leave it up to the creator to put it in there. Just remember 0-9A-Za-z for each character in the filename - one at a time.
Cheers!