Re: Re: base64
Re: Re: base64
- Subject: Re: Re: base64
- From: Michael Schmidt <email@hidden>
- Date: Thu, 4 Jul 2002 09:36:26 +0200
Hello! Thanx for the long and good information!
We did everything right, because after debugging everything works.
The Special Characters came from Mac --> CR, Windows wants CRLF, UNIX LF.
But in base64-Convention every of these three linebreaks are correct and
are jumped over in decoding (Sorry for my english ;-))
That wasn't the problem.
The problem was that I had to change every numeric value in my
base64-String to one higher.
0-->1
1-->2
2-->3
...
9-->0
Then I can write this String into my SQL2000 TEXT-Field, get it from ASP,
decode and send the binary to the Client.
Now it seems to be allright, but then I read base64 encoded JPEGs on Mac
(in Apple Mail). They start like the unchanged base64 (/9j/4...). Does
anybody know if there are differences in base64 between MAC and PC in
encoding itself? I can't believe...
How must a base64-encoded JPEG start? Like /0j/5 (My running PC-base64) or
/9j/4 (My Mac-base64 result) I'm going crazy...
Thanx for helping!
Michael Schmidt
Hamburg / Germany
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.