[plt-scheme] servlet, character encoding of data file contains sexps
Thanks Jay, Matthew & Robby. You answered my questions and then
some. Looks like I'm all set with utf-8 for now, and it's nice to
know that utf-16 is available through low level tweaking if I ever
need it. --Geoffrey
On Nov 30, 2007, at 09:11, Robby Findler wrote:
> PLT Scheme generally expects source files to be encoded in utf-8. If
> you have other files in other encodings, you can write scripts to read
> them in, however. bytes-convert is the low-level interface, but I bet
> if you poke around, perhaps in the port library, you'll find a
> higher-level one.