RE: RE: PATCH: Base64 class

2001-10-15 Thread Petr Gotthard
Thanx, I am going to implement HexBin::encode() and HexBin::decode() in one or two weeks. regards, Petr -Original Message- From: PeiYong Zhang [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 11:55 PM To: [EMAIL PROTECTED] Subject: Re: PATCH: Base64 class Petr, Your

Re: PATCH: Base64 class

2001-10-12 Thread PeiYong Zhang
Petr, Your patch to Base64 has been checked in and is available in the latest nightly build, please double check. there is one minor change to your patch, the XMLPlatformUtils::fgTransService->isSpace() is used instead of the isspace() (the one from ctype.h). Do you consider to propose a

Re: PATCH: Base64 class

2001-10-01 Thread Adib Taraben
Ahoi Petr, could you please send me your complete source? Thanx, Adib. -- Adib Taraben [EMAIL PROTECTED] WIGE DATA Tel: +49 (0)341-4621/100 Wiesenring 11 Fax: +49 (0)341-4621/400 04159 LEIPZIG mail: [EMAIL PROTECTED] GERMANY

PATCH: Base64 class

2001-09-30 Thread Petr Gotthard
Hello world, please find attached patches for Base64 class, that provides several improvements. The main change is new method "Base64::encode" for encoding binary data and some new private data members. In coherence with these changes, it was necessary to rename some existing private data member