Joachim Jaeckel wrote:
Hello,
just to make sure, that I didn't overlook something!
There's no base64 en- de-coding method somewhere in the packages?
Nope.
I only found
NetClients.MIME.MimeEncodedWordCoDec decodeBase64From:to:in:
It's unused, which is why it doesn't work.
BTW
Integer extend [
digitAt: i [
^(self bitShift: 8 - (8*i)) bitAnd: 255
]
]
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk