RE: 31 characters (was: Funny)

2002-10-24 Thread Rene Kluwen
Thanks for the patch. The messages mentioned seem to work now. At this moment I am still having a problem that some messages cannot be sent though. Small messages ( 10 chars) seem ok. The following string: Uw systeem is op transport gegaan op 03-10-2002 om 16:11:00 (Ordernummer 42015656) does

RE: 31 characters (was: Funny)

2002-10-24 Thread Rodrigo Sousa Coutinho
To: Rodrigo Sousa Coutinho Cc: [EMAIL PROTECTED] Subject: RE: 31 characters (was: Funny) Thanks for the patch. The messages mentioned seem to work now. At this moment I am still having a problem that some messages cannot be sent though. Small messages ( 10 chars) seem ok. The following string

RE: 31 characters (was: Funny)

2002-10-22 Thread Rodrigo Sousa Coutinho
Hello, This is a bug in the 7 bit encoding, and is not directly related with the size of the message: - 123456789012345678901234567890z works (31 chars) - ... does not work (7 chars) In attachment goes the patch that solves this bug. Regards, Rodrigo -Original

Re: 31 characters (was: Funny)

2002-10-22 Thread Stipe Tolj
Rodrigo Sousa Coutinho wrote: Hello, This is a bug in the 7 bit encoding, and is not directly related with the size of the message: - 123456789012345678901234567890z works (31 chars) - ... does not work (7 chars) In attachment goes the patch that solves this bug.