How to set padding for base64 encoding

ag0aep6g via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 7 10:44:27 PDT 2016


On 07.04.2016 14:57, rikki cattermole wrote:
> Ugh, 2.070.2 definitely has it still.
> I have no idea when that changed....

I don't think """...""" ever was a thing. You could definitely put 
newlines in normal "..." literals since basically forever. And 
concatenation of adjacent "..." literals is also an old feature. I'm 
fairly certain that """abc""" has always meant ""~"abc"~"". It works, of 
course, but it's the same as just "abc".


More information about the Digitalmars-d-learn mailing list