https://issues.dlang.org/show_bug.cgi?id=12923
--- Comment #4 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9afbbaf056641edf139e2f94a7d0c4a8f86bb5b3 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. https://github.com/D-Programming-Language/phobos/commit/cdd26e309d9b8ade1082330c8b06868523ec1a90 Merge pull request #2376 from DmitryOlshansky/issue-12923 Fix issue 12923 --
