[plt-scheme] PLT Web Server

From: Noel Welsh (noelwelsh at gmail.com)
Date: Mon Jul 27 08:52:02 EDT 2009

On Sat, Jul 25, 2009 at 11:58 PM, Emmanuel
Delaborde<emmanuel.delaborde at cimex.com> wrote:
> I was also using write instead of display when saving the file content and
> that didn't work

You probably want to use write-bytes. If your file contains characters
that aren't part of the ASCII character set there is a good chance you
won't read them in correctly if you write them using display.

N.


Posted on the users mailing list.