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

ICU4C: fixing some date/time format problems #223

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

sven-oly
Copy link
Collaborator

Also adding some debugging assistance.

@sven-oly sven-oly requested review from echeran and sffc April 15, 2024 22:51
@@ -0,0 +1,55 @@
var diff_match_patch=function(){this.Diff_Timeout=1;this.Diff_EditCost=4;this.Match_Threshold=.5;this.Match_Distance=1E3;this.Patch_DeleteThreshold=.5;this.Patch_Margin=4;this.Match_MaxBits=32},DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;diff_match_patch.Diff=function(a,b){this[0]=a;this[1]=b};diff_match_patch.Diff.prototype.length=2;diff_match_patch.Diff.prototype.toString=function(){return this[0]+","+this[1]};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: I've had a pull request open against diff-match-patch for 7 years to fix its handling of non-BMP Unicode strings, which is currently completely broken. It hasn't been reviewed. There are also 25 more pull requests opened since then. The project does not seem well maintained.

google/diff-match-patch#13

@sven-oly sven-oly merged commit ed68b40 into unicode-org:main Apr 19, 2024
6 checks passed
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.

3 participants