BFAV for 3.8

Thomas Koenig tomkoenig at mindspring.com
Mon Sep 20 23:08:53 UTC 2004


Thanks.  I'm still working on it.

> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org 
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org] On 
> Behalf Of karl.ramberg at chello.se
> Sent: Monday, September 20, 2004 4:40 AM
> To: The general-purpose Squeak developers list
> Cc: The general-purpose Squeak developers list; 'The 
> general-purpose Squeak developers list'
> Subject: RE: BFAV for 3.8
> 
> 
> karl.ramberg at chello.se wrote:
> 
> > "Thomas Koenig" <tomkoenig at mindspring.com> wrote:
> 
> > > Will start looking at the problem.  Is it sufficient that 
> I load the 
> > > latestet 3.8a ar do I need a special .st or .cs for m17
> > > 
> > I -think- the problem is the SWHTTPClient package that uses it's own
> > set of stream classes. All use of streams has changed with m17n, so 
> > some changes have to be made to SWHTTPClient, too.
> 
> I no longer think SWHTTPClient is the faulty part.
> I have looked at this again and it seems like everything works fine 
> untill this method:
> ArchiveRepository>>extractAndSaveAttachmentsForId: aNumberOrString
> I have changed the use of RWBinaryOrTextStream to
> MultiByteBinaryOrTextStream:
> 
> stream _ RWBinaryOrTextStream with: part body content.
> 
> to 
> 
> stream := MultiByteBinaryOrTextStream with: part body 
> content. stream converter: Latin1TextConverter new.
> 
> I still get a error :-(
> 
> Karl
> 




More information about the Squeak-dev mailing list