Comparing two versions of an MS Word document several lines flagged as containing important differences appear to be identical. When viewed in hex the differences turn out to be Unicode "left to right" marks at the end of the line. For example:
left = 69 73 73 75 65 73 E2 80 8E 0D
right = 69 73 73 75 65 73 0D 0A
How do I set a rule such that E2 80 8E 0D is seen to be identical to 0D 0A?
Regards, AB
left = 69 73 73 75 65 73 E2 80 8E 0D
right = 69 73 73 75 65 73 0D 0A
How do I set a rule such that E2 80 8E 0D is seen to be identical to 0D 0A?
Regards, AB
Comment