Re: [Ironpython-users] ipy64 Unicode file vs. pipe

2013-04-04 Thread Curt Hagenlocher
The culprit here is actually Powershell, which likes to convert text output to UTF-16. I bet you won't see this if you run from cmd.exe. On Wed, Apr 3, 2013 at 11:32 PM, Markus Schaber wrote: > Hi, Slide, > > Hi, Malcolm, > > ** ** > > Both Python and .NET itself have some heuristics to

Re: [Ironpython-users] ipy64 Unicode file vs. pipe

2013-04-04 Thread Markus Schaber
Hi, Slide, Hi, Malcolm, Both Python and .NET itself have some heuristics to determine the output encoding on stdout. And it's well possible that this heuristics get confused depending on the locale or other settings. However, this seems to be specific to the machine - on my machine (using the