June 29, 2009
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: -------
February 18, 2012
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


--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> 2012-02-18 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: -------