Yes, but I need more granularity than a per-line basis. If someone adds a character in the middle of a line, I don't want to send that whole line again. I don't really want to have to reinvent the wheel and write an algorithm for finding differences if it has already been done in a usable way.
Main Topics
Browse All Topics





by: nafis_devlprPosted on 2006-08-09 at 05:41:54ID: 17278339
Hi eAi2k,
text diff is nothing but string comparing of each lines of two files, when a mismatch is found show the following lines as mismatched lines until another line matches the other string completely.
Hope this helps
Nafis