[plt-scheme] encoding: latin1 and utf

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Apr 30 09:39:40 EDT 2005

PLT Scheme programs are, by definition, in utf-8 encoding. If you want
to use another encoding, put your literals into byte strings (not
regular strings) as the bytes of the other encoding. If you want to use
them as strings, convert them to utf-8 (there are built in prims in mz
for that).

hth,
Robby



Posted on the users mailing list.