[Issue 8890] std.algorithm.commonPrefix does not handle unicode correctly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 4 15:02:36 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=8890



--- Comment #2 from github-bugzilla at puremagic.com 2013-01-04 15:02:33 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/dd5eb5ff97736ecaec525488413382f94c0053ea
Fix for issue# 8890: commonPrefix does not handle unicode correctly.

It was returning partial code points if the first few code units in a
code point matched but not the entire code point.

https://github.com/D-Programming-Language/phobos/commit/2aa1295f4d1b884713e7465b4c1f48d926d936b3
Merge pull request #889 from jmdavis/8890

Fix for issue# 8890: commonPrefix does not handle unicode correctly.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list