http://d.puremagic.com/issues/show_bug.cgi?id=8890
--- Comment #2 from [email protected] 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: -------
