[closed] Critical: MISSED difference when generating U0

Post your bug reports here.
Post Reply
dandv
Posts: 23
Joined: Fri Jan 07, 2005 4:02 am
Location: San Jose, CA
Contact:

[closed] Critical: MISSED difference when generating U0

Post by dandv »

Tested on CompareIt! 3.7.5.1569.

1. Create file1.txt with the following contents:

Code: Select all

1
here are words
3
4
5
6
7
words we have
8
Create file2.txt with the following contents:

Code: Select all

1
here are some words
3
4
5
6
7

words we have here
8

2. Visually compare file1.txt and file2.txt. Note the two differences.
3. Configre Wincmp3 clean. (don't ignore anything, don't use regular expressions etc.)
3. Launch

Code: Select all

wincmp3 file1.txt file2.txt /G:U1 repU1.txt
Notice that in repU1.txt both differences are listed.
4. Launch

Code: Select all

wincmp3 file1.txt file2.txt /G:U0 repU0.txt
Notice that in repU0.txt only the first difference is listed!

Hope that helps,
Dan Dascalescu

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Thank you for your report, Dan! I will try to make a fix ASAP.

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Dan, I have uploaded fixed version at
http://www.grigsoft.com/wincmp3.zip and
http://www.grigsoft.com/wincmp3u.zip (Unicode).
It also have support for unicode space character (0x00A0)

Post Reply