bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17360: base64 bug of result ending founded


From: Ruediger Meier
Subject: bug#17360: base64 bug of result ending founded
Date: Mon, 28 Apr 2014 10:56:07 +0200
User-agent: KMail/1.9.10

On Monday 28 April 2014, Алексей wrote:
> I take some difference of results base64 command and base64 php
> function
>
> *echo "111111" | base64*
> give result
> *MTExMTExCg==*

echo prints a newline per default
$ echo -n "111111" | base64
MTExMTEx

>
> but base64 php function give result
> *MTExMTEx*

cu,
Rudi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]