[plt-scheme] Encodings
The new mzscheme supports many different encodings. The default is
utf-8, but you can certainly read in files that are in Latin-1.
Robby
At Fri, 21 May 2004 14:21:53 +0200, Sylvain Beucler wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Hello,
>
> I am currently developing a piece of software using MzScheme and
> DrScheme. Since it is in French, I use some accents.
>
> Currently, DrScheme understands them properly when I use the Latin-1
> encoding. However, I read that v300 will only accept Unicode, which
> means my program will be invalid since it will not be UTF-8 compliant.
>
> Is there a plan to support multiple encodings (like Emacs or Jikes), or
> will I have to convert all my accents to UTF-8 for v300? Or maybe is
> there another way to make my code run under both v207 and v300 (other
> than removing accents ;))?
>
> --
> Sylvain