GNU bug report logs - #11486
coreutils base64

Previous Next

Package: coreutils;

Reported by: Marsaleix Thomas <thomas.marsaleix <at> gmx.fr>

Date: Wed, 16 May 2012 16:19:02 UTC

Severity: normal

Tags: notabug

Merged with 11487

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marsaleix Thomas <thomas.marsaleix <at> gmx.fr>
To: bug-coreutils <at> gnu.org
Subject: coreutils base64
Date: Wed, 16 May 2012 14:58:35 +0200
		Hello,
	Base64 encode 'è' with '6Ao='.
	After différents test I find '6A==',
	In base16, 'è'==E8.

	in binary string, 'è'=11101000 (== 256)
	111010	=(decimal:) 58	=(base64:)6
	000000	=(decimal:) 0	=(base64:)0

base64 (GNU coreutils) 8.5
	

				Cordialement Thomas.




This bug report was last modified 13 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.