Thread overview
[Issue 2275] New: std.utf.toUTF16z() should return const(wchar)*
Aug 09, 2008
d-bugmail
August 09, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2275

           Summary: std.utf.toUTF16z() should return const(wchar)*
           Product: D
           Version: 2.014
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: 2korden@gmail.com


Currently it returns const(wchar*) which renders the pointer to be
unnassignable anymore:

auto p = toUTF16z("test");
p = null; // variable p cannot modify const

The same goes to toMBSz, which returns const(char*) instead of const(char)*


-- 

October 11, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2275


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 14, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2275


Lars T. Kyllingstad <bugzilla@kyllingen.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@kyllingen.net
         AssignedTo|andrei@metalanguage.com     |bugzilla@kyllingen.net


--- Comment #1 from Lars T. Kyllingstad <bugzilla@kyllingen.net> 2010-06-14 06:44:10 PDT ---
http://www.dsource.org/projects/phobos/changeset/1640

toMBSz() was fixed three years ago: http://www.dsource.org/projects/phobos/changeset/402/trunk/phobos/std/windows/charset.d

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 11, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2275


Lars T. Kyllingstad <bugzilla@kyllingen.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


--- Comment #2 from Lars T. Kyllingstad <bugzilla@kyllingen.net> 2010-08-11 02:42:01 PDT ---
Fixed DMD 2.048

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