Re: Greek symbols mangled by InputForm
- To: mathgroup at smc.vnet.net
- Subject: [mg130120] Re: Greek symbols mangled by InputForm
- From: John Fultz <jfultz at wolfram.com>
- Date: Mon, 11 Mar 2013 04:42:35 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20130308034901.EE50466BD@smc.vnet.net> <khdm7h$f0k$1@smc.vnet.net> <20130310054843.064B16790@smc.vnet.net>
On Mar 9, 2013, at 11:48 PM, carlos%colorado.edu at gtempaccount.com wrote:
> On Friday, March 8, 2013 2:46:25 PM UTC-7, John Fultz wrote:
>> That has nothing to do with the notebook being very old. That's just a
>>
>> stupid bug in how InputForm communications between kernel and FE happen.
>>
>> We already had an open bug report about this, and I just pinged the bug
>>
>> again with a reference to your post. Here's a way you could work around
>>
>> the bug:
>>
>>
>>
>> Block[{$CharacterEncoding = "Unicode"}, Print[\[Mu]//InputForm]]
>
> Would it be sufficient to put
>
> $CharacterEncoding="Unicode";
>
> at the start of the NB?
My use of Block was being cautious. Having done a little investigation, perhaps it's overly cautious, as changing $CharacterEncoding probably won't have any ill effects on other operations in the kernel.
But it's possible I could be overlooking something.
John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.
- References:
- Greek symbols mangled by InputForm
- From: carlos%colorado.edu@gtempaccount.com
- Re: Greek symbols mangled by InputForm
- From: carlos%colorado.edu@gtempaccount.com
- Greek symbols mangled by InputForm