Hi !
I'm using java version of
google-diff-match-patch and it works great. But for long texts it generates wrong results.
It happen because diff_wordsToCharsMunge converts words to chars and uses index only as chars. But if I have more than 65536 words(char size limit), method diff_wordsToCharsMunge will work bad without any exceptions.
WBR, Alex.