[plt-scheme] Is UNICODE in the code taboo?

From: Pierpaolo Bernardi (olopierpa at gmail.com)
Date: Thu Dec 11 04:53:39 EST 2008

On Thu, Dec 11, 2008 at 3:29 AM, Dimitris Vyzovitis <vyzo at media.mit.edu> wrote:
> On Wed, 10 Dec 2008, Robby Findler wrote:
>
>> On Wed, Dec 10, 2008 at 8:01 PM, Dimitris Vyzovitis <vyzo at media.mit.edu>
>> wrote:

>> Thanks for the incantation. I actually found a different one for my
>> init file so that all files open up in utf-8 (it seems that all files
>> I edit in practice are in utf-8).
>
> The blanket? (setq default-buffer-file-coding-system 'utf-8) should do it.

Even better, put:

(set-language-environment 'utf-8)

in the init file. This will make emacs behave the best it can to
accomodate utf-8 users

P.


Posted on the users mailing list.