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

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8890


Jonathan M Davis  changed:

   What|Removed |Added

 CC||lxyd.dl...@lxyd.net


--- Comment #3 from Jonathan M Davis  2013-01-07 02:14:01 
PST ---
*** Issue 8754 has been marked as a duplicate of this issue. ***

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


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

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8890


Jonathan M Davis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


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

2013-01-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8890



--- Comment #2 from github-bugzi...@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: ---


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

2012-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8890



--- Comment #1 from Jonathan M Davis  2012-10-24 22:37:26 
PDT ---
https://github.com/D-Programming-Language/phobos/pull/889

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