[phobos] [D-Programming-Language/phobos] 9afbba: Fix issue 12923
GitHub via phobos
phobos at puremagic.com
Sun Jul 27 13:43:14 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 9afbbaf056641edf139e2f94a7d0c4a8f86bb5b3
https://github.com/D-Programming-Language/phobos/commit/9afbbaf056641edf139e2f94a7d0c4a8f86bb5b3
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-07-27 (Sun, 27 Jul 2014)
Changed paths:
M std/utf.d
Log Message:
-----------
Fix issue 12923
UTF exception in stride even though passes validate.
The root cause is that decode has very lax checking of the first
code unit.
Commit: cdd26e309d9b8ade1082330c8b06868523ec1a90
https://github.com/D-Programming-Language/phobos/commit/cdd26e309d9b8ade1082330c8b06868523ec1a90
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M std/utf.d
Log Message:
-----------
Merge pull request #2376 from DmitryOlshansky/issue-12923
Fix issue 12923
Compare: https://github.com/D-Programming-Language/phobos/compare/c48f9c56f1a1...cdd26e309d9b
More information about the phobos
mailing list