Why do the File Ignore Options (IGNORE BLANK LINES IGNORE BLANK SPACE, IGNORE CASE & IGNORE LINE TERMINATORS ) not work when comparing 2 files of the same type (text in this case) where the only difference between them is the number of spaces and/or case and/or lines?
For example if file 1 has this:
And File 2 has this:
And I have all 4 File Ignore Options checked then to me these 2 files should logically be the same since the only difference between them is 1 or more of the 4 things that I told it to ignore. And yet UltraCompare does not see these 2 files as identical even when all 4 File Ignore Options are checked.
Does anyone know why?
Thanks
For example if file 1 has this:
Code: Select all
See the brown dog run over the Red Moon
Code: Select all
SEE the BROWN DOG
run
over THE RED
Moon
Does anyone know why?
Thanks