http://d.puremagic.com/issues/show_bug.cgi?id=6878


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jmdavisp...@gmx.com
         Resolution|                            |WONTFIX


--- Comment #1 from Jonathan M Davis <jmdavisp...@gmx.com> 2011-11-01 18:30:50 
PDT ---
Use std.utf.toUTFz. It allows you to get a pointer to whatever zero-terminate
string type you want (both in terms of character type and constness). toStringz
is simplified function for the common use case. We're not going to complicate
it further. toUTFz gives you the functionality that you're looking for.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to