August 31, 2023
https://issues.dlang.org/show_bug.cgi?id=24126

Adam Wilson <flyboynw@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--
September 01, 2023
https://issues.dlang.org/show_bug.cgi?id=24126

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> ---
std.utf.toUTFz handles the general case, allowing flexibility with regards to both constness and character width:

https://dlang.org/phobos/std_utf.html#toUTFz

--