[BUG] Criticl MultiByteFileStream and StandardFileStream in 3.8g

Yoshiki Ohshima yoshiki at squeakland.org
Thu Feb 3 09:08:24 UTC 2005


  Brent,

> I am noticing this if I set up Comanche to serve static pages and then try  
> open a .png in a browser.

  In what browser?

  The binary/text distinction is more important in 3.8 than previous
versions.  PNG file is a binary data, therefore any attempt to read
the file as text potentially screw things up.  Sending #binary to the
file stream at right timings is the way to go.  (changing its
converter is not necessary.)

  Ned's new protocols are good, too.

-- Yoshiki



More information about the Squeak-dev mailing list