[Issue 12923] UTF exception in stride even though passes validate.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 27 13:43:17 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12923

--- Comment #4 from github-bugzilla at puremagic.com ---
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

--


More information about the Digitalmars-d-bugs mailing list