Compare doc options
While comparing two document revisions, I found that the compare algorithm will flag seemingly identical text as being changed. The difference was forced returns, spaces and punctuation changes (addition of commas, conversion of commas to semicolons etc.). I can live with the punctuation changes, since they are important, but when it came to comparing the text, I just wanted to know what had been deleted and what had been added.
Does anyone know how to get around this in an elegant manner (I wound up removing all hard returns and double spaces using find and replace and comparing a chunk 'o text with another). Is there a way to make the compare documents process overlook forced returns and added spaces?
Nadeem
