← Back to index
|
Original Bugzilla link
Bug 16323 – std.utf.decodeBack
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-07-26T19:10:00Z
Last change time
2017-03-22T12:21:48Z
Keywords
trivial
Assigned to
nobody
Creator
jack
Blocks
16210
Comments
Comment #0
by jack — 2016-07-26T19:10:54Z
This should exist.
Comment #1
by issues.dlang — 2016-07-28T07:45:23Z
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.
Comment #2
by github-bugzilla — 2017-01-20T00:18:50Z
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
Comment #3
by github-bugzilla — 2017-01-24T11:55:07Z
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
Comment #4
by github-bugzilla — 2017-03-22T12:21:48Z
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