Thread overview
[Issue 17962] dirEntries now truncates Unicode file names
Nov 03, 2017
Jonathan M Davis
Nov 04, 2017
Vladimir Panteleev
Dec 12, 2018
Eduard Staniloiu
November 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17962

--- Comment #1 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
https://github.com/dlang/phobos/pull/5838

--
November 04, 2017
https://issues.dlang.org/show_bug.cgi?id=17962

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Heh. I predicted bugs like this would eventually happen years ago during the big autodecoding debates.

Auto-decoding must die.

--
November 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17962

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

https://github.com/dlang/phobos/commit/fc86ca916e7cff5f98a30fc59a71ebedf1707c61 Fix issue 17962: dirEntries is truncating Unicode file names.

https://github.com/dlang/phobos/commit/8f9813efd86bd3cddb323f511ae71d1ee03d0207 Merge pull request #5838 from jmdavis/direntry_unicode

Fix issue 17962: dirEntries is truncating Unicode file names. merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17962

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/fc86ca916e7cff5f98a30fc59a71ebedf1707c61 Fix issue 17962: dirEntries is truncating Unicode file names.

https://github.com/dlang/phobos/commit/8f9813efd86bd3cddb323f511ae71d1ee03d0207 Merge pull request #5838 from jmdavis/direntry_unicode

--
December 12, 2018
https://issues.dlang.org/show_bug.cgi?id=17962

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crayolist@gmail.com

--- Comment #5 from Eduard Staniloiu <edi33416@gmail.com> ---
*** Issue 19133 has been marked as a duplicate of this issue. ***

--