Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for unicode words #5

Merged
merged 1 commit into from
Nov 14, 2013
Merged

fix for unicode words #5

merged 1 commit into from
Nov 14, 2013

Conversation

jerray
Copy link
Contributor

@jerray jerray commented Jun 17, 2013

html1: 测试A
html2: 测试B
result: 测<del>试A</del><ins>试B</ins>

Neither 试A nor 试B is a word. So alphanumeric character should not be appended to the unicode string. The result should be:

测试<del>A</del><ins>B</ins>

rashid2538 added a commit that referenced this pull request Nov 14, 2013
@rashid2538 rashid2538 merged commit 7995c7b into rashid2538:master Nov 14, 2013
mkalkbrenner referenced this pull request in mkalkbrenner/php-htmldiff Mar 3, 2015
Updated demo to accept input and diff on the fly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants