[plt-scheme] Is UNICODE in the code taboo?
On Thu, 11 Dec 2008, Robby Findler wrote:
> On Thu, Dec 11, 2008 at 3:53 AM, Pierpaolo Bernardi <olopierpa at gmail.com> wrote:
>> Even better, put:
>>
>> (set-language-environment 'utf-8)
>>
>
> My C-h f on set-language-environment says that the input must be a
> string. Does that vary from version to version of Emacs?
No. This sets the entire lang environment, input methods, encodings,
etc. You want to use something that is recognized as a language env
however, 'utf-8 is just an encoding.
See the language-info-alist variable for valid language envs.
-- vyzo