www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3103] New: std.base should use ubyte[] for binary data

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3103

           Summary: std.base should use ubyte[] for binary data
           Product: D
           Version: unspecified
          Platform: Other
               URL: http://www.digitalmars.com/d/1.0/phobos/std_base64.htm
                    l
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: gareth spacetaken.net


std.base64 should use ubyte[] not char[] for binary data - since char[] is for
unicode.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 29 2009
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3103


Vladimir Panteleev <thecybershadow gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow gmail.com
           Platform|Other                       |All
            Version|unspecified                 |D1
         Resolution|                            |INVALID



03:03:40 PST ---
Phobos2's std.base64 was rewritten in 2010 by Masahiro Nakagawa. The new
version doesn't have this problem.

Fixing this in Phobos1 would be a breaking change. I think we can close this
bug.

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