[Issue 17229] File.byChunk (ubyte) w/ stdout.lockingTextWriter corrupts utf-8 data (and is very slow)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 17 15:41:48 PDT 2017


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

--- Comment #8 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/9af2d0267f054503dc5f73410b1ab0d0e418f006
Fix issue 17229 - do not use integer promotion to translate ubyte ranges
to dchar ranges.

https://github.com/dlang/phobos/commit/ca20f0b667fa7f9602eee7ed18c23f56b2f06f34
Add unittest for Bug 17229

https://github.com/dlang/phobos/commit/3568cb38e709d03dcc894358a977c042248aab2d
Merge pull request #5229 from schveiguy/fixtextwriter

Fix issue 17229 - File.byChunk (ubyte) w/ stdout.lockingTextWriter corrupts
utf-8 data (and is very slow)
merged-on-behalf-of: Jack Stouffer <jack at jackstouffer.com>

--


More information about the Digitalmars-d-bugs mailing list