Martin-
Thanks. Good to know.
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailm
ested the signature was accepted by
Amazon. I did not have to strip the linebreaks from the base64 encoded
hmacsha1 signature.
Thanks again for the help Michael.
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Removing-linebreaks-from-base64encoded-s
Hi Michael
Thanks! that did the trick.
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Removing-linebreaks-from-base64encoded-string-tp3803116p3803795.html
Sent from the Revolution - User mailing list archive at Nabble.com
Same here - removing CRs doesn't hinder decoding. I use it frequently.
Phil
On 9/9/11 9:20 PM, stephen barncard wrote:
I have found that Base64 Decode doesn't care. The returns are ignored.
On 9 September 2011 20:01, J. Landman Gay wrote:
On 9/9/11 9:34 PM, Michael Kann wrote:
From the d
I have found that Base64 Decode doesn't care. The returns are ignored.
On 9 September 2011 20:01, J. Landman Gay wrote:
> On 9/9/11 9:34 PM, Michael Kann wrote:
>
>> From the dictionary (4.0):
>>>
>>
>>
> So removing line breaks would wreck the encoding, right?
>
> --
> Jacqueline Landman Gay
Jacque-
Friday, September 9, 2011, 8:01:36 PM, you wrote:
> So removing line breaks would wreck the encoding, right?
It should. Martin, what are you trying to accomplish here?
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode mailing list
us
On 9/9/11 9:34 PM, Michael Kann wrote:
From the dictionary (4.0):
So removing line breaks would wreck the encoding, right?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
_
>From the dictionary (4.0):
Base 64-encoded data is wrapped at 72 characters, so each line of the encoded
data is 72 characters or (for the last or only line) fewer.
--- On Fri, 9/9/11, Colin Holgate wrote:
From: Colin Holgate
Subject: Re: Removing linebreaks from base64encoded string
Base64 shouldn't have any returns or line breaks in it, should it?
On Sep 9, 2011, at 9:05 PM, Martin Koob wrote:
> I am trying to remove the line breaks from a base64 encoded string.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Plea
repeat for each line k of bad_ base_64_encoded_string
put char 1 to 72 of k after good_ base_64_encoded_string
end repeat
--- On Fri, 9/9/11, Martin Koob wrote:
From: Martin Koob
Subject: Removing linebreaks from base64encoded string
To: use-revolut...@lists.runrev.com
Date: Friday
line breaks in this string?
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Removing-linebreaks-from-base64encoded-string-tp3803116p3803116.html
Sent from the Revolution - User mailing list archive at Nabble.com.
__
11 matches
Mail list logo