El 16/09/2016 a las 15:01, José Mejuto escribió:
>
> Maybe there is something wrong in ASCII85 encoder, but this code is
> wrong, it should be something like:
>
> try
> StrmEnc85.CopyFrom(StrmIn,0);
> StrmEnc85.Free;
> Result:=StrmOut.DataString;
> finally
>
> Be
El 16/09/2016 a las 10:16, Santiago A. escribió:
Hello,
StrmEnc85:=TAscii85EncoderStream.Create(StrmOut,72,True);
try
StrmEnc85.CopyFrom(StrmIn,0);
Result:=StrmOut.DataString;
finally
StrmEnc85.Free;
Maybe there is something wrong in ASCII85 encoder, but th
Hello:
I'm trying to use ascii85 packages to decode/encode strings. But I get
this weird results:
--
Original Plain: 123456
Correct Encoded: <~0etOA2)Y~>
Encode 123456 = <~0etOA
Decode <~0etOA = 1234
Decode <~0etOA2)Y~> = 123456
--
It looks like decoder stops reading so