octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38974] strings package: base64decode retains


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #38974] strings package: base64decode retains trailing zeros
Date: Sun, 21 Jun 2015 15:17:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #6, bug #38974 (project octave):

base64_encode already supports encoding uint8
encoding strings is as easy as 


base64_encode (typecast ('uint8', 'I am a string'))


doing the same for base64_decode is a bit more tricky
as the encoded string does not include any information
about the type of the decoded data.

currently base64_encode assumes the data to be of type
double. Maybe we should assume type uint8 and use an explicit cast or allow a
second input a argument specifying the output 
type?

The latter would probably look cleaner from the user point of view but would
require a lot more checks in the code ...

c.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38974>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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