Thread overview
[Issue 16323] std.utf.decodeBack
Jul 26, 2016
Jack Stouffer
Jul 28, 2016
Jonathan M Davis
Dec 27, 2016
greenify
July 26, 2016
https://issues.dlang.org/show_bug.cgi?id=16323

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |16210

--
July 28, 2016
https://issues.dlang.org/show_bug.cgi?id=16323

Jonathan M Davis <issues.dlang@jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang@jmdavisProg.co
                   |                            |m

--- Comment #1 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
Well, perhaps it should, but it would just end up being strideBack followed by decode or decodeFront. So, it would be a pretty trivial wrapper function.

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16323

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |greeenify@gmail.com

--
January 20, 2017
https://issues.dlang.org/show_bug.cgi?id=16323

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

https://github.com/dlang/phobos/commit/944e7da50b80d916a2e0edd5b4f8d886de8b45b5 Fix issue #16323 - implement utf.encodeBack function

https://github.com/dlang/phobos/commit/ffba5a2a4d82b2eb3fd7744fb0fb8f0cb439bec1 Merge pull request #5043 from byebye/issue_16323

Fix issue #16323 - implement utf.encodeBack function

--
January 24, 2017
https://issues.dlang.org/show_bug.cgi?id=16323

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

https://github.com/dlang/phobos/commit/944e7da50b80d916a2e0edd5b4f8d886de8b45b5 Fix issue #16323 - implement utf.encodeBack function

https://github.com/dlang/phobos/commit/ffba5a2a4d82b2eb3fd7744fb0fb8f0cb439bec1 Merge pull request #5043 from byebye/issue_16323

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=16323

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

https://github.com/dlang/phobos/commit/944e7da50b80d916a2e0edd5b4f8d886de8b45b5 Fix issue #16323 - implement utf.encodeBack function

https://github.com/dlang/phobos/commit/ffba5a2a4d82b2eb3fd7744fb0fb8f0cb439bec1 Merge pull request #5043 from byebye/issue_16323

--